File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ spec:
45
45
nodeRegistration :
46
46
name : $${COREOS_EC2_HOSTNAME}
47
47
kubeletExtraArgs :
48
- cloud-provider : aws
48
+ cloud-provider : external
49
49
clusterConfiguration :
50
50
apiServer :
51
51
extraArgs :
52
- cloud-provider : aws
52
+ cloud-provider : external
53
53
controllerManager :
54
54
extraArgs :
55
- cloud-provider : aws
55
+ cloud-provider : external
56
56
joinConfiguration :
57
57
nodeRegistration :
58
58
name : $${COREOS_EC2_HOSTNAME}
59
59
kubeletExtraArgs :
60
- cloud-provider : aws
60
+ cloud-provider : external
61
61
format : ignition
62
62
ignition :
63
63
containerLinuxConfig :
@@ -138,7 +138,7 @@ spec:
138
138
joinConfiguration :
139
139
nodeRegistration :
140
140
kubeletExtraArgs :
141
- cloud-provider : aws
141
+ cloud-provider : external
142
142
name : $${COREOS_EC2_HOSTNAME}
143
143
format : ignition
144
144
ignition :
You can’t perform that action at this time.
0 commit comments