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
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
When running kfctl delete -f $KFDEF, it sometimes stuck at deleting the knative-serving and cert-manager namespaces due to those namespaces stuck at the terminating stage. After some investigation, those namespaces are stuck because they are waiting for the kubernetes finalizer.
Currently we have to manually remove the finalizer and rerun the kfctl delete command, is there a better way for kfctl to detect this and do it as part of the delete?
Also, due to kubeflow/manifests#1379, not all the mutating webhooks are deleted and some of those webhooks are preventing the new pod provision. Has anyone found a good way to delete these webhooks? Thanks.
The text was updated successfully, but these errors were encountered:
When running
kfctl delete -f $KFDEF
, it sometimes stuck at deleting theknative-serving
andcert-manager
namespaces due to those namespaces stuck at the terminating stage. After some investigation, those namespaces are stuck because they are waiting for thekubernetes
finalizer.Currently we have to manually remove the finalizer and rerun the kfctl delete command, is there a better way for kfctl to detect this and do it as part of the
delete
?Also, due to kubeflow/manifests#1379, not all the mutating webhooks are deleted and some of those webhooks are preventing the new pod provision. Has anyone found a good way to delete these webhooks? Thanks.
The text was updated successfully, but these errors were encountered: