Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in doc : uninstall kudo command needs '--upgrade' option #1803

Open
yogeek opened this issue Aug 11, 2021 · 0 comments
Open

Error in doc : uninstall kudo command needs '--upgrade' option #1803

yogeek opened this issue Aug 11, 2021 · 0 comments
Labels

Comments

@yogeek
Copy link

yogeek commented Aug 11, 2021

What happened:

The documentation says that uinstalling kudo is possible with the following command :

kubectl kudo init --dry-run --output yaml | kubectl delete -f -

But it actually results in this error :

Errors                                                                                               
CRD operators.kudo.dev is already installed. Did you mean to use --upgrade?                          
KUDO manager kudo-system/kudo-controller-manager seems to be installed. Did you mean to use --upgrade
Error: failed to verify installation requirements

The following command is ok :

kubectl kudo init --dry-run --output yaml --upgrade | kubectl delete -f -

Environment:

  • Kubernetes version (use kubectl version):
Client Version: v1.19.10
Server Version: v1.21.2+k3s1
  • Kudo version (use kubectl kudo version):
KUDO Version: version.Info{GitVersion:"0.19.0", GitCommit:"4173395f", BuildDate:"2021-04-27T15:30:48Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"linux/amd64", KubernetesClientVersion:"v0.19.2"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant