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

Don't wait if cert-manager deployed if --skip-cert-manager flag is provided #21858

Closed
tolusha opened this issue Dec 2, 2022 · 0 comments
Closed
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template.
Milestone

Comments

@tolusha
Copy link
Contributor

tolusha commented Dec 2, 2022

Describe the bug

chectl deploys and waits until all cert-manager pods are up and running in cert-manager namespace.
If cert-manager already deployed on the cluster, then user can provide --skip-cert-manager flag to skip that step, but nevertheless chectl keeps waiting for cert-manager pods. It can block Eclipse Che deployment if cert-manager is deployed in a different namespace.

Che version

next (development version)

Steps to reproduce

  1. Deploy cert-manager on the cluster but not in cert-manager namespace
  2. chectl server:deploy --platform k8s --skip-cert-manager

Expected behavior

Eclipse Che successfully deployed

Runtime

Kubernetes (vanilla)

Screenshots

No response

Installation method

chectl/next

Environment

Linux

Eclipse Che Logs

No response

Additional context

No response

@tolusha tolusha added kind/bug Outline of a bug - must adhere to the bug report template. area/chectl Issues related to chectl, the CLI of Che labels Dec 2, 2022
@tolusha tolusha closed this as completed Dec 2, 2022
@tolusha tolusha added this to the 7.58 milestone Dec 2, 2022
@tolusha tolusha mentioned this issue Dec 2, 2022
68 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

1 participant