Skip to content

Commit 1ee9821

Browse files
committed
Remove cloud-config arg from kubelet
Ref: kubernetes/kubernetes#130161 Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent e3e6b27 commit 1ee9821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/executor/staticpod/staticpod.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func (s *StaticPodConfig) Kubelet(ctx context.Context, args []string) error {
140140
if s.CloudProvider != nil {
141141
extraArgs = append(extraArgs,
142142
"--cloud-provider="+s.CloudProvider.Name,
143-
"--cloud-config="+s.CloudProvider.Path,
144143
)
145144
}
146145

0 commit comments

Comments
 (0)