Can we update K8 quota policy using command line

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 using… Read More Can we update K8 quota policy using command line

Anonymous pulls: is Docker Hub rate limit counted separately for two repositories?

.. or do all anonymous pulls made from the same IP address (e.g. corporate NAT) get aggregated and collectively count towards that single limit, regardless of the fact that the two Hub repo names are distinct? By that I mean Docker Hub repositories (not client usernames), e.g. bitnami in bitnami/mariadb vs. mirekphd in mirekphd/ml-mariadb. Note… Read More Anonymous pulls: is Docker Hub rate limit counted separately for two repositories?