Tag: Patch
-
Kubernetes – Patch number of replicas for HPA
Patch min/max number of replicas in HPA can be done easily by using kubectl patch command Patch minReplicas For example, minReplicas to 2 Patch maxReplicas For example, maxReplicas to 4 To work with multiple HPA Wrap it in basic for loop