Skip to content

Allow modifications to dnsNameservers in OpenstackCluster spec post-deployment #2468

Closed
@pbasov

Description

@pbasov

/kind feature

Describe the solution you'd like
Right now this is immutable:

spec:
  config
    managedSubnets:
    - cidr: 10.6.0.0/24
      dnsNameservers:
      - 1.1.1.1
      - 8.8.8.8

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:

func (*openStackClusterWebhook) ValidateUpdate(_ context.Context, oldObjRaw, newObjRaw runtime.Object) (admission.Warnings, error) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions