Merge pull request #384 from gxw19874/patch-1

Update deployment.md
pull/385/head
Jimmy Song 2019-12-04 15:59:37 +08:00 committed by GitHub
commit 38b8825477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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