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

Che operator enable to reconcile CheCluster due KubernetesImagetPuller CRD lack #19207

Closed
1 of 22 tasks
sleshchenko opened this issue Mar 4, 2021 · 1 comment · Fixed by eclipse-che/che-operator#700
Closed
1 of 22 tasks
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@sleshchenko
Copy link
Member

sleshchenko commented Mar 4, 2021

Describe the bug

I've installed Che with Chectl, then updated cheImage in CheCluster CR and che operator fails to reconcile CR due

time="2021-03-04T12:09:53Z" level=error msg="Error uninstalling Image Puller: no matches for kind \"KubernetesImagePuller\" in version \"che.eclipse.org/v1alpha1\""

I did not do anything with imagepuller.

It helps to me if I enable imagePuller in CR and then disable after Che Operator installs CRDs

Desired behavior: Che Operator DOES NOT FAIL on uninstalling KubernetesImagePuller if its CRDs do not exist anymore.

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

See above, ask if more info is needed.

Expected behavior

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)

Screenshots

Installation method

  • chectl
    • provide a full command that was used to deploy Eclipse Che (including the output)
    • provide an output of chectl version command
  • OperatorHub
  • I don't know

Environment

  • my computer
    • Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: please specify

Eclipse Che Logs

Additional context

@sleshchenko sleshchenko added kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator labels Mar 4, 2021
@tolusha
Copy link
Contributor

tolusha commented Mar 4, 2021

//cc
@tomgeorge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants