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

istioctl operator remove fail when not specify reversion #43659

Closed
my-git9 opened this issue Feb 28, 2023 · 0 comments · Fixed by #43660
Closed

istioctl operator remove fail when not specify reversion #43659

my-git9 opened this issue Feb 28, 2023 · 0 comments · Fixed by #43660
Assignees

Comments

@my-git9
Copy link
Member

my-git9 commented Feb 28, 2023

Bug Description

When I use istioctl remove blow operator :

$ kubectl get po
NAME                             READY   STATUS    RESTARTS   AGE
istio-operator-64ccbfddc-m2wrh   1/1     Running   0          28s
$
$ istioctl operator remove
Operator controller is not installed in istio-operator namespace (no Deployment detected).
Aborting, use --force to override.

Debug:

$ istioctl operator remove --vklog=6
2023-02-28T15:23:09.883006Z	debug	klog	Config loaded from file:  /root/.kube/config
......
2023-02-28T15:23:09.916622Z	info	klog	GET https://127.0.0.1:6443/version?timeout=5s 200 OK in 1 milliseconds
2023-02-28T15:23:09.919840Z	info	klog	GET https://127.0.0.1:6443/apis/apps/v1/namespaces/istio-operator/deployments/istio-operator-default 404 Not Found in 2 milliseconds
Operator controller is not installed in istio-operator namespace (no Deployment detected).

The required deployment name is isito-operator-default, and we expect it to be isito-operator

Version

istioctl version: Latest code of master branch

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants