mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
Добавлен пункт troubleshooting про установку ingress в minikube
This commit is contained in:
committed by
Sergey Gamov
parent
99ae90ebf0
commit
a146c139a3
@@ -277,6 +277,13 @@ kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1 | grep nginx_ingress_contr
|
||||
|
||||
Если метрики недоступны, проверяем наличие и корректность добавления правил в Prometheus. Пункт 3.
|
||||
|
||||
* Перед выполнением пункта 2 на minikube необходимо включить addon ingress
|
||||
|
||||
```bash
|
||||
minikube addons enable ingress
|
||||
```
|
||||
|
||||
|
||||
#### Полезные ссылки
|
||||
|
||||
1. [k8s doc: HPA](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#autoscaling-on-multiple-metrics-and-custom-metrics)
|
||||
|
||||
Reference in New Issue
Block a user