Skip to content

Commit

Permalink
Enables DisableKubeletCloudCredentialProviders feature gate
Browse files Browse the repository at this point in the history
Enables the DisableKubeletCloudCredentialProviders feature gate

Cloud credential providers for AWS, GCP and Azure are now functional. We
can disable the in tree kubelet providers.
  • Loading branch information
theobarberbany committed Mar 12, 2024
1 parent c691737 commit da5de8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ var (
reportProblemsToJiraComponent("cloud-provider").
contactPerson("jspeed").
productScope(kubernetes).
enableIn(Default, TechPreviewNoUpgrade).
mustRegister()

FeatureGateOnClusterBuild = newFeatureGate("OnClusterBuild").
Expand Down

0 comments on commit da5de8f

Please sign in to comment.