How to edit Kubernates hpa configuration
We can use the kubectl command to edit Kubernates hpa configuration.
#kubectl edit hpa -n dexter <namespace> <hpa-name>
Where,
<namespace> need to be replaced with the name of namespace.
<hpa-name> need to be replaced with the name of the hpa.
That's all…