mboersma / cluster-api-charts

Helm charts to provision workload clusters for Cluster API Providers
Apache License 2.0
2 stars 6 forks source link

Fix Overlay bug #21

Closed dtzar closed 4 months ago

dtzar commented 4 months ago

Fixes issue when trying to use default value:

Message:               managedcluster failed to create or update. err: failed to create resource default/aks0 (service: managedcluster): ManagedCluster.containerservice.azure.com "aks0" is invalid: spec.networkProfile.networkPluginMode: Unsupported value: "overlay": supported values: "Overlay"
dtzar commented 4 months ago

Grrr. Now I'm getting the opposite! Which one is it??!

one or more objects failed to apply, reason: AzureManagedControlPlane.infrastructure.cluster.x-k8s.io "aks0" is invalid: spec.networkPluginMode: Unsupported value: "Overlay": supported values: "overlay". Retrying attempt #6 at 10:39PM.

Can we make this value null/empty and it work @Jont828 ?