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

initial create of a CRD and a custom resource for it can fail #55

Closed
gotwarlost opened this issue Jul 29, 2019 · 1 comment
Closed

initial create of a CRD and a custom resource for it can fail #55

gotwarlost opened this issue Jul 29, 2019 · 1 comment

Comments

@gotwarlost
Copy link
Contributor

gotwarlost commented Jul 29, 2019

Although qbec can handle dynamically created CRDs and custom resources based on it in a single run, the initial create of the custom resource can fail because it looks like there is a small lag before the discovery interface can discover the new resource.

We may need to wait after a CRD is created and ensure that it it discoverable before proceeding to apply other objects.

The test case that can be used to see this behavior is the same one that @kvaps documented in #51

@gotwarlost
Copy link
Contributor Author

fixed in v0.10 by generically waiting for types to be available before applying instances (up to a timeout)

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

No branches or pull requests

1 participant