Deleting ResourceQuota
To remove a ResourceQuota object from your cluster, use the kubectl delete
command:
$ kubectl delete -f quotas/resourcequota-with-object-count -n custom-ns
Now, let's introduce the notion of LimitRanges.
To remove a ResourceQuota object from your cluster, use the kubectl delete
command:
$ kubectl delete -f quotas/resourcequota-with-object-count -n custom-ns
Now, let's introduce the notion of LimitRanges.