We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91a37d commit 9b04eb0Copy full SHA for 9b04eb0
kube/hpa.md
@@ -1,16 +1,3 @@
1
----
2
-reviewers:
3
-- fgrzadkowski
4
-- jszczepkowski
5
-- justinsb
6
-- directxman12
7
-title: Horizontal Pod Autoscaler Walkthrough
8
-content_template: templates/task
9
-weight: 100
10
11
-
12
-{{% capture overview %}}
13
14
Horizontal Pod Autoscaler automatically scales the number of pods
15
in a replication controller, deployment, replica set or stateful set based on observed CPU utilization
16
(or, with beta support, on some other, application-provided metrics).
@@ -479,5 +466,3 @@ kubectl create -f https://k8s.io/examples/application/hpa/php-apache.yaml
479
466
```
480
467
horizontalpodautoscaler.autoscaling/php-apache created
481
468
482
483
-{{% /capture %}}
0 commit comments