enable_autopilot
conflicts with late init of addons_config.gcs_fuse_csi_driver_config
#403
Labels
enable_autopilot
conflicts with late init of addons_config.gcs_fuse_csi_driver_config
#403
What happened?
on GCP, GKE autopilot clusters running k8s >= 1.24 now have the GCS Fuse driver addon enabled by default
This addon was previously unavailable for autopilot clusters and the terraform provider had a mutual exclusion check that you couldn't specify autopilot = true && GCS fuse driver = enabled
If you use the current latest GCP provider (0.37.0) to create a Cluster MR, with autopilot enabled, and NO ADDON CONFIG provided, the cluster will provision successfully
The first time crossplane does a terraform refresh under the hood, it picks up that the GCS fuse addon is enabled (by default, by GCP) and then all subsequent refreshes fail with:
How can we reproduce it?
Deploy
examples/container/cluster.yaml
What environment did it happen in?
Relates to crossplane/upjet#197
The text was updated successfully, but these errors were encountered: