File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,18 @@ spec:
65
65
initConfiguration :
66
66
nodeRegistration :
67
67
criSocket : /var/run/containerd/containerd.sock
68
- kubeletExtraArgs : {eviction-hard: 'nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'}
68
+ kubeletExtraArgs :
69
+ cloud-provider : external
70
+ provider-id : ibmvpc://${CLUSTER_NAME}/'{{ v1.local_hostname }}'
71
+ eviction-hard : ' nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
69
72
joinConfiguration :
70
73
discovery : {}
71
74
nodeRegistration :
72
75
criSocket : /var/run/containerd/containerd.sock
73
- kubeletExtraArgs : {eviction-hard: 'nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'}
76
+ kubeletExtraArgs :
77
+ cloud-provider : external
78
+ provider-id : ibmvpc://${CLUSTER_NAME}/'{{ v1.local_hostname }}'
79
+ eviction-hard : ' nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
74
80
---
75
81
kind : IBMVPCMachineTemplate
76
82
apiVersion : infrastructure.cluster.x-k8s.io/v1alpha4
@@ -131,4 +137,6 @@ spec:
131
137
joinConfiguration :
132
138
nodeRegistration :
133
139
kubeletExtraArgs :
140
+ cloud-provider : external
141
+ provider-id : ibmvpc://${CLUSTER_NAME}/'{{ v1.local_hostname }}'
134
142
eviction-hard : nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
You can’t perform that action at this time.
0 commit comments