vexxhost / magnum-cluster-api

Cluster API driver for OpenStack Magnum
Apache License 2.0
41 stars 16 forks source link

fix: force a cluster upgrade all the time #382

Closed mnaser closed 1 month ago

mnaser commented 1 month ago

In the psat, if we get a cluster upgrade request when the kube_tag did not change, we did not actually mutate the state of the cluster.

However, there is an expectation that an upgrade operation will mutate the state of the cluster, so we will always apply the resources when we see an upgrade come in.

Closes #381