kubernetes-retired/hierarchical-namespaces

`kubectl hns delete` command?

Closed this issue · 3 comments

While kubectl hns create command exists, hns delete command does not.

We can delete subns with kubectl delete subns command. However, a user using kubectl hns command for the first time will assume that since create exists, delete must exist, but will be confused because it does not.

OK, I will try to implement it.