We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2218822 commit febc61aCopy full SHA for febc61a
1 file changed
Kubernetese/hpa/HPA_new
@@ -7,3 +7,7 @@ Run the hpa.yml file in the cluster
7
Generate load:
8
9
kubectl run -i --tty load-generator --rm --image=busybox --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- http://php-apache; done"
10
+
11
+Reference:
12
13
+https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
0 commit comments