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
What happened:
I ran yurtctl convert to convert the cluster to yurt cluster. As I forgot to pass --kubeadm-conf-path flag and the default value is not suitable for my environment, I stop yurtctl convert by ctrl+C and then ran yurtctl revert to revert it.
After the revert process was done, I ran yurtctl convert --kubeadm-conf-path=xxx again, but got the following error:
CustomResourceDefinition/uniteddeployments.apps.openyurt.io createdF0702 10:31:15.497317 8410 convert.go:103] fail to convert kubernetes to yurt: fail to deploy the yurt-app-manager: fail to create the secret/yurt-app-webhook-certs: secrets "yurt-app-webhook-certs" already exists
I have to remove some resources manually before yurtctl convert.
Should yurtctl revert be responsible for these cleanups?
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened:
I ran
yurtctl convert
to convert the cluster to yurt cluster. As I forgot to pass--kubeadm-conf-path
flag and the default value is not suitable for my environment, I stopyurtctl convert
by ctrl+C and then ranyurtctl revert
to revert it.After the revert process was done, I ran
yurtctl convert --kubeadm-conf-path=xxx
again, but got the following error:I have to remove some resources manually before
yurtctl convert
.Should
yurtctl revert
be responsible for these cleanups?What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
master branch (9426d63)
kubectl version
):cat /etc/os-release
):uname -a
):others
/kind bug
The text was updated successfully, but these errors were encountered: