k8s-prom-hpa
k8s-prom-hpa copied to clipboard
Can't create new HPA
About the how-to in Readme. I thought that it would be better to include the procedure of deleting the old HPA.
https://github.com/stefanprodan/k8s-prom-hpa#auto-scaling-based-on-custom-metrics
Deploy the podinfo HPA in the default namespace:
kubectl create -f ./podinfo/podinfo-hpa-custom.yaml
Write like below, before above.
kubectl delete -f ./podinfo/podinfo-hpa.yaml
thanks, great products.