-
Notifications
You must be signed in to change notification settings - Fork 16
Upgrade CAPO version to v0.12.2 (v2) #165
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
base: main
Are you sure you want to change the base?
Upgrade CAPO version to v0.12.2 (v2) #165
Conversation
In CAPO version v0.11.2 there is a severe bug allowing to accomplish Denial of Service by any tenant. Manual removal of VM by tenant which is managed by CAPO results in a pod crash in a loop. This has been fixed with [1] and is part of the 0.12.2 release. Signed-off-by: Dmitriy Rabotyagov <[email protected]>
More modern CAPO also requires corresponding CAPI , otherwise VM creation fails with: `no matches for kind \"Image\" in version \"openstack.k-orc.cloud/v1alpha1\` Signed-off-by: Dmitriy Rabotyagov <[email protected]>
CAPO 0.12.0 has removed ORC [1] and now it needs to be installed additionally. [1] https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/tag/v0.12.0 Signed-off-by: Dmitriy Rabotyagov <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
The approach I rather take here is a new role specific for the k-orc since it's just a dependency, so I'm going to add a new role to this and add it as a dependency instead. I'll see if we can use Kustomize as well. |
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
alright, it's working great now, I just have to add the @jrosser @noonedeadpunk lmk if this is looking good, i dont think it should break you and keeps things nice and organized. |
Signed-off-by: Yaguang Tang <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
Signed-off-by: Mohammed Naser <[email protected]>
alright, this should sort out all of the issues surrounding pre-commit and linters.. |
In CAPO version v0.11.2 there is a severe bug allowing to accomplish
Denial of Service by any tenant.
Manual removal of VM by tenant which is managed by CAPO results
in a pod crash in a loop. This has been fixed with [1] and is part
of the 0.12.2 release.
This is alternative patch to #152 due to messing up with introduction
of DCO requirement.
[1] kubernetes-sigs/cluster-api-provider-openstack#2477