This message was deleted.
# general
a
This message was deleted.
d
can you check the status of namespace under which that sts is?
Copy code
k get ns
can you check and see if it is active or terminating
sometimes namespace gets deleted first before sts can be deleted and thus they get stuck in a state.
s
No, NS is not being deleted.
d
was resource deployed using helm?
s
Yes.
d
can you check for that resouce and its status?
Copy code
helm ls -a
s
for kicks I re-deployed it with same issue. May have to blow away the entire NS.
d
most probably the ns will also get stuck in
terminating
state
s
😕
d
What output u got for
helm ls -a
?
s
I deployed with rancher, i don't have help installed.
d
oh
try deleting ns
s
Yeah, bout only thing left to do.
d
since it deployed from rancher it may get deleted without any issue.
s
got stuck deleting as you said. even trying to remove it with the --force flag doesn't work.
Nevermind, found a pod stuck, i --forced deleted it and it went bye bye.