Skip to content

Commit d57a60f

Browse files
authored
fix: remove --cloud-config as it's deprecated from kubelet flags and configs (#7566)
1 parent 9b42e22 commit d57a60f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e/node_config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
var baseKubeletConfig = &aksnodeconfigv1.KubeletConfig{
2121
EnableKubeletConfigFile: true,
2222
KubeletFlags: map[string]string{
23-
"--cloud-config": "",
2423
"--cloud-provider": "external",
2524
"--kubeconfig": "/var/lib/kubelet/kubeconfig",
2625
"--pod-infra-container-image": "mcr.microsoft.com/oss/v2/kubernetes/pause:3.6",
@@ -687,7 +686,6 @@ func baseTemplateLinux(t testing.TB, location string, k8sVersion string, arch st
687686
"--azure-container-registry-config": "/etc/kubernetes/azure.json",
688687
"--cgroups-per-qos": "true",
689688
"--client-ca-file": "/etc/kubernetes/certs/ca.crt",
690-
"--cloud-config": "",
691689
"--cloud-provider": "external",
692690
"--cluster-dns": "10.0.0.10",
693691
"--cluster-domain": "cluster.local",

0 commit comments

Comments
 (0)