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 namespaceNAME STATUS AGEappian-operator Active 14dappiandemo Terminating 9dcalico-apiserver Active 14dcalico-system Active 14dcert-manager Active 14ddefault Active 14dingress-nginx Active 13hkube-node-lease Active 14dkube-public Active 14dkube-system Active 14dtigera-operator Active 14d
Discussion posts and replies are publicly visible
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
You can use the below command to terminate the name space
kubectl delete -n my-site-namespace appiandemo