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 27, 2024
1 parent 4b072d8 commit fd10d8f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions config/v1/feature_gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ var (
reportProblemsToJiraComponent("cloud-provider").
contactPerson("jspeed").
productScope(kubernetes).
enableIn(Default, TechPreviewNoUpgrade).
mustRegister()

FeatureGateOnClusterBuild = newFeatureGate("OnClusterBuild").
Expand Down
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
| BareMetalLoadBalancer| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| BuildCSIVolumes| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| CloudDualStackNodeIPs| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| DisableKubeletCloudCredentialProviders| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ExternalCloudProvider| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ExternalCloudProviderAzure| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ExternalCloudProviderExternal| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
{
"name": "DNSNameResolver"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "DynamicResourceAllocation"
},
Expand Down Expand Up @@ -150,6 +147,9 @@
{
"name": "CloudDualStackNodeIPs"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "ExternalCloudProvider"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
{
"name": "ClusterAPIInstall"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "EventedPLEG"
},
Expand Down Expand Up @@ -59,6 +56,9 @@
{
"name": "DNSNameResolver"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "DynamicResourceAllocation"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
{
"name": "DNSNameResolver"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "DynamicResourceAllocation"
},
Expand Down Expand Up @@ -153,6 +150,9 @@
{
"name": "CloudDualStackNodeIPs"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "ExternalCloudProvider"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
{
"name": "ClusterAPIInstall"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "EventedPLEG"
},
Expand Down Expand Up @@ -59,6 +56,9 @@
{
"name": "DNSNameResolver"
},
{
"name": "DisableKubeletCloudCredentialProviders"
},
{
"name": "DynamicResourceAllocation"
},
Expand Down

0 comments on commit fd10d8f

Please sign in to comment.