Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
删除autoscale命令
  • Loading branch information
Gxingwang authored Dec 4, 2019
1 parent 3d30180 commit 48499c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions concepts/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,12 @@ NAME DESIRED CURRENT READY AGE
nginx-deployment-1989198191 7 7 0 7m
nginx-deployment-618515232 11 11 11 7m
```
## 删除autoscale

```bash
kubectl get hpa
kubectl delete hpa ${name of hpa}
```

## 暂停和恢复Deployment

Expand Down

0 comments on commit 48499c2

Please sign in to comment.