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

molecule tests need to wait for CRD to be established #4216

Closed
jmazzitelli opened this issue Jul 26, 2021 · 0 comments · Fixed by kiali/kiali-operator#371
Closed

molecule tests need to wait for CRD to be established #4216

jmazzitelli opened this issue Jul 26, 2021 · 0 comments · Fixed by kiali/kiali-operator#371
Assignees
Labels
bug Something isn't working requires operator PR It requires update in operator code

Comments

@jmazzitelli
Copy link
Collaborator

Every now and then I see this failure:

Failed to find exact match for kiali.io/v1alpha1.Kiali by [kind, name, singularName, shortNames]

This means the CRD has not been established yet. This usually occurs after the helm install finished and during the creation of the Kiali CR. We need to add a "wait" in here - we need for the CRD to be established after helm completes before we continue on.

@jmazzitelli jmazzitelli added bug Something isn't working team/saturn requires operator PR It requires update in operator code labels Jul 26, 2021
@jmazzitelli jmazzitelli self-assigned this Jul 26, 2021
@jmazzitelli jmazzitelli added this to Backlog in Sprint 60 (v1.38) via automation Jul 26, 2021
jmazzitelli added a commit to jmazzitelli/kiali-operator that referenced this issue Jul 26, 2021
Sprint 60 (v1.38) automation moved this from Backlog to Done Jul 26, 2021
jmazzitelli added a commit to kiali/kiali-operator that referenced this issue Jul 26, 2021
jmazzitelli added a commit to jmazzitelli/kiali-operator that referenced this issue Jul 26, 2021
jmazzitelli added a commit to kiali/kiali-operator that referenced this issue Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working requires operator PR It requires update in operator code
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant