Skip to content

Commit

Permalink
Enables DisableKubeletCloudCredentialProviders feature gate
Browse files Browse the repository at this point in the history
This change disables kubelet cloud credential providers, as they have
been replaced by out of tree credential providers.
  • Loading branch information
theobarberbany committed Mar 12, 2024
1 parent c691737 commit 4365cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/feature_gates.go
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 4365cdc

Please sign in to comment.