Skip to content

Commit 9b04eb0

Browse files
author
lerndevops
authored
Update hpa.md
1 parent f91a37d commit 9b04eb0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

kube/hpa.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
141
Horizontal Pod Autoscaler automatically scales the number of pods
152
in a replication controller, deployment, replica set or stateful set based on observed CPU utilization
163
(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
479466
```
480467
horizontalpodautoscaler.autoscaling/php-apache created
481468
```
482-
483-
{{% /capture %}}

0 commit comments

Comments
 (0)