May 2018
Intermediate to advanced
554 pages
13h 51m
English
We can delete the LimitRange resource with the subcommand delete. Like creating the LimitRange, deleting a LimitRange in a Namespace would remove the constraints in the Namespace automatically:
$ kubectl delete -f my-first-limitrange.yaml -n=my-namespacelimitrange "my-limitrange" deleted$ kubectl describe ns my-namespaceName: my-namespaceLabels: <none>Annotations: <none>Status: ActiveNo resource quota.No resource limits.
Read now
Unlock full access