Merge pull request #57 from epiclen/patch-2

Update horizontal-pod-autoscaling.md
pull/62/head
Jimmy Song 2017-10-17 01:51:15 -05:00 committed by GitHub
commit d421f024c9
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Horizontal Pod Autoscaling作为API resource也可以像Pod、Deployment一样
```bash
kubectl create hpa
kubebectl get hpa
kubectl get hpa
kubectl describe hpa
kubectl delete hpa
```