Can we update K8 quota policy using command line
Advertisements I have set a quota policy on my Kubernetes namespaces. I want to update the policy using kubectl command. Is there a kubectl command to update quota policy eg: kubectl edit resourcequota tmc.orgp.large -n quota-mem-cpu-example (where i can pass the update cpu mem ). Currently, limits.cpu is 4, can i update it to 8… Read More Can we update K8 quota policy using command line