From 5e7e08cb549c232a4da920c8b18111dadd167900 Mon Sep 17 00:00:00 2001 From: epiclen Date: Mon, 16 Oct 2017 22:23:59 +0800 Subject: [PATCH] Update horizontal-pod-autoscaling.md kubebectl->kubectl --- concepts/horizontal-pod-autoscaling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/horizontal-pod-autoscaling.md b/concepts/horizontal-pod-autoscaling.md index 69e767ae2..9edccccc4 100644 --- a/concepts/horizontal-pod-autoscaling.md +++ b/concepts/horizontal-pod-autoscaling.md @@ -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 ``` @@ -155,4 +155,4 @@ HPA详解:https://kubernetes.io/docs/tasks/run-application/horizontal-pod-auto kubectl autoscale命令详细使用说明:https://kubernetes.io/docs/user-guide/kubectl/v1.6/#autoscale -自定义metrics开发:https://github.com/kubernetes/metrics \ No newline at end of file +自定义metrics开发:https://github.com/kubernetes/metrics