You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have remove the calico installation via the script below, But I the namespace remains. When I delete the namespace the status is terminating. I found that the there are two entries for calico-node and calico-cni-plugin in the service account, Roles, Role Binding. When trying to delete via kubectl it just hang.
What do i need to do to complete remove these and the namespace?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have remove the calico installation via the script below, But I the namespace remains. When I delete the namespace the status is terminating. I found that the there are two entries for calico-node and calico-cni-plugin in the service account, Roles, Role Binding. When trying to delete via kubectl it just hang.
What do i need to do to complete remove these and the namespace?
kubectl delete -f https://raw.githubusercontent.com/projectcalico/calico/v3.29.2/manifests/tigera-operator.yaml
Beta Was this translation helpful? Give feedback.
All reactions