kfctl
kfctl copied to clipboard
kfctl delete fails due to cluster context mismatch
When I run kfctl delete -f istio_dex.yaml, I get an error of kfctl delete failed, cluster-context does not match kuberentes context. However when I add the --force-deletion flag to the command, it throws a warning but continues to uninstall provided I delete the existing generated kustomize folder. Can anyone help me with this matter
when kubeflow is installed the cluster-context is injected to the kfdef file.
If you try to delete from a cluster with a different name / user / namespace the context might be a mismatch. in this case --force-deletion is used.