-
Notifications
You must be signed in to change notification settings - Fork 20
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
issue during installation when rancher is not ready #627
Comments
Thanks @alknopfler for reporting this. After some investigation, this is not only an issue when installing Turtles before Rancher is ready, which is a hard dependency for Turtles. The issue can also occur when any errors during installation leave with missing CRDs, specifically |
Thanks to @alknopfler who confirmed that they have been able to implement a temporary workaround to this issue, making sure Turtles installation is only applied after Rancher pods are available (and therefore Rancher CRDs). The issue originates because they have to build their own stack until rancher/highlander#47 is unblocked and we can provide CAPI-related images via Prime registry. After discussing how to proceed, we thought that the sensible thing to do is to try to have the publishing of images to Prime registry unblocked so Edge don't have to maintain this ad-hoc stack they had to create. While this is resolved, their temporary solution can be used instead and we'll re-evaluate when images are finally available. If this situation persists, we may need to revisit this. |
This is a workaround for: rancher/turtles#627 Also it appears this is not currently working correctly ref: rancher/turtles#704
What steps did you take and what happened?
To reproduce you can do:
To reproduce you have to launch both helm chart at the same time, because rancher will take more time, and the rancher turtles fails because some CRD are not present.
What did you expect to happen?
The expected will be:
and the logs for that pods shows:
so the installation cannot be uninstalled.
and the following retry to install rancher-turtles the logs shows:
because the previous one could not be deleted with the cleanup process.
How to reproduce it?
Rancher Turtles version
0.9.1
Anything else you would like to add?
No response
Label(s) to be applied
/kind bug
The text was updated successfully, but these errors were encountered: