-
Notifications
You must be signed in to change notification settings - Fork 113
Enable to know allowCascadingDeletion status by user friendly way #303
Comments
/kind feature |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened?
Trying subnamespaces-deep-dive section of Quickstart, I think it's not user friendly that we can know
allowCascadingDeletion
status only by checkingHierarchyConfiguration
.(AlthoughActivitiesHalted (ParentMissing)
can be checked bykubectl hns describe
)What did you expect to happen?
I think we need other means to know
allowCascadingDeletion
status.ex1)
Show the result of
kubectl hns tree
.ex2)
Show the result of
kubectl get subns
.$ kubectl -n team-a get subns NAME AGE AllowCascadingDeletion service-1 12m true service-2 5h31m service-3 12m service-4 8m20s
ex3)
Show the result of
kubectl hns describe
.It is the same way of
ActivitiesHalted (ParentMissing)
.How can we reproduce it (as minimally and precisely as possible)?
Now, I know no other means other than the following:
(It's risky status of subnamespace so should be easy for users to notice)
or
The text was updated successfully, but these errors were encountered: