-
Notifications
You must be signed in to change notification settings - Fork 30
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
Openstack patch cluster error #151
Comments
Created a fix here: #150 |
Feeling sorry for this, the bug has been introduced with #48. |
Closed via #150 |
@prometherion do you have a date in mind for a release including this patch?(currently using my own docker image to address this issue) |
We're still waiting for a potential feature request we could land in v0.13.0, I don't have a release date, in the worst-case scenario it will be the end of the month. |
@nilpntr we recently received the PR merge notification for CAPZ support, meaning we will release soon by the end of the week, thanks for the patience, Sam! 🙏🏻 |
When deploying a kamaji cluster on Openstack I would get this error(in the capi-kamaji-controller-manager) after the TenantControlPlane had been created, initialised and being ready:
After digging in the code I discovered that the
patchOpenStackCluster
function would try to overwrite the spec of anOpenstackCluster
. To test my solution I've created a little test script which loads a json kind:Cluster
and tries the old implementation and the fix:Comparing the 2 outputs I saw that the current implementation overwrites the spec with an object containing only the 2 fields. When looking at the fix I saw that it just modifies the fields as we would expect.
The text was updated successfully, but these errors were encountered: