kubernetes-sigs / cluster-api-provider-gcp

The GCP provider implementation for Cluster API
Apache License 2.0
199 stars 203 forks source link

Cloud Controller Manager #1331

Open mloiseleur opened 1 month ago

mloiseleur commented 1 month ago

/kind feature

Describe the solution you'd like

This provider uses the in-tree gce cloud provider integration with kubelet (--cloud-provider=gce). It has been deprecated in Kubernetes v1.29 and will eventually be removed.

=> This provider should include in its template a deployment of GCP Cloud Controller.

Anything else you would like to add:

A sample deploy manifest is provided by this controller here.

tormath1 commented 16 hours ago

Hello, for what is worth this workaround: DisableCloudProviders=false,DisableKubeletCloudCredentialProviders=false is not accepted anymore from 1.31.