Skip to content

Commit f646fb0

Browse files
authored
Merge pull request #43808 from morhook/patch-1
Add a clarification for autoscaling on minikube
2 parents ec78b2f + 369317b commit f646fb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ new kinds of resource that represent metric readings.
5050
To learn how to deploy the Metrics Server, see the
5151
[metrics-server documentation](https://github.com/kubernetes-sigs/metrics-server#deployment).
5252

53+
If you are running {{< glossary_tooltip term_id="minikube" >}}, run the following command to enable metrics-server:
54+
55+
```shell
56+
minikube addons enable metrics-server
57+
```
58+
5359
<!-- steps -->
5460

5561
## Run and expose php-apache server

0 commit comments

Comments
 (0)