Merge pull request #43808 from morhook/patch-1

Add a clarification for autoscaling on minikube
pull/44642/head
Kubernetes Prow Robot 2024-01-05 10:26:43 +01:00 committed by GitHub
commit f646fb0627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,12 @@ new kinds of resource that represent metric readings.
To learn how to deploy the Metrics Server, see the
[metrics-server documentation](https://github.com/kubernetes-sigs/metrics-server#deployment).
If you are running {{< glossary_tooltip term_id="minikube" >}}, run the following command to enable metrics-server:
```shell
minikube addons enable metrics-server
```
<!-- steps -->
## Run and expose php-apache server