Cluster.spec.clusterNetwork.serviceDomain not propagated into rke2 config (rke2.yaml) #350
Labels
kind/bug
Something isn't working
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
There is code to propagate network settings present under
spec.clusterNetwork
in the CAPI Cluster resource, to the RKE2 configuration:https://github.com/rancher-sandbox/cluster-api-provider-rke2/blob/main/pkg/rke2/config.go#L190-L200
... but this code does not cover
Cluster.spec.clusterNetwork.serviceDomain
This isn't something frequently overridden, and this can I think be worked around by setting
RKE2ControlPlane.spec.serverConfig.clusterDomain
, so it's a minor issue.The text was updated successfully, but these errors were encountered: