You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I would like to change the DNS servers after I have the cluster up?
In Openstack API it's a simple openstack subnet set call, but it's impossible through CAPO.
Anything else you would like to add:
Currently mutable fields:
This has been discussed previously here: #1603
Looks like there is agreement that this would be fine to implement but no one has stepped forward to work on it.
Would you be willing to push a PR?
Note that it will probably require a bit more than just changing the validation logic. The controller must also actually apply the changes. Current logic is probably just create/delete...
/kind feature
Describe the solution you'd like
Right now this is immutable:
What if I would like to change the DNS servers after I have the cluster up?
In Openstack API it's a simple
openstack subnet
set call, but it's impossible through CAPO.Anything else you would like to add:
Currently mutable fields:
cluster-api-provider-openstack/pkg/webhooks/openstackcluster_webhook.go
Line 76 in 4142407
The text was updated successfully, but these errors were encountered: