Skip to main content
shrinivask1800
New Participant
January 24, 2024
Question

Create Site in namespace appaindemo, and deleted the appindemo, it is not deleting, it shows status as terminating all the item

  • January 24, 2024
  • 2 replies
  • 1 view

Please let me know way to delete appian site created namespace. 

Is thr any way to terminating state as :


root@ip-172-31-33-110:~# kubectl get namespace
NAME                            STATUS                                 AGE
appian-operator            Active                                     14d
appiandemo                  Terminating                             9d
calico-apiserver             Active                                    14d
calico-system                 Active                                  14d
cert-manager                 Active                                    14d
default                             Active                                   14d
ingress-nginx                   Active                                  13h
kube-node-lease             Active                                   14d
kube-public                       Active                                 14d
kube-system                      Active                                14d
tigera-operator                    Active                                14d

2 replies

stefanhelzle0001
Brainy
January 24, 2024

I an not sure why you ask kubernetes relates topics in an Appian forum, but Google gave me this:

stackoverflow.com/.../how-to-force-delete-a-kubernetes-namespace

hishoren
Known Participant
March 6, 2024

You can use the below command to terminate the name space

kubectl delete -n my-site-namespace appiandemo