This repository was archived by the owner on Apr 17, 2025. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 114
kubectl hns delete
command?
#307
Comments
I'm ok with a pass-through command. We could also add an
--allow-cascading-deletion flag that automatically calls "kubectl hns set
--allow-cascading-deletion" to combine two calls into one.
…On Tue, Jun 27, 2023 at 10:27 AM Kazuki Suda ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#307>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE43PZH2GWWXBQQJRBWUMZDXNLUU7ANCNFSM6AAAAAAZVWDHHM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
OK, I will try to implement it. |
Thanks!
…On Tue, Jun 27, 2023 at 8:04 PM Kazuki Suda ***@***.***> wrote:
OK, I will try to implement it.
—
Reply to this email directly, view it on GitHub
<#307 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE43PZBIN3YJVDFADX26M3DXNNYJPANCNFSM6AAAAAAZVWDHHM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While
kubectl hns create
command exists,hns delete
command does not.We can delete subns with
kubectl delete subns
command. However, a user usingkubectl hns
command for the first time will assume that sincecreate
exists,delete
must exist, but will be confused because it does not.The text was updated successfully, but these errors were encountered: