@@ -131,21 +131,25 @@ spec:
131131 vsphere-cpi-infra : daemonset
132132 spec :
133133 tolerations :
134- - key : node.cloudprovider.kubernetes.io/uninitialized
135- value : " true"
136- effect : NoSchedule
137- - key : node-role.kubernetes.io/master
138- effect : NoSchedule
139- operator : Exists
140- - key : node-role.kubernetes.io/control-plane
141- effect : NoSchedule
142- operator : Exists
143- - key : node.kubernetes.io/not-ready
144- effect : NoSchedule
145- operator : Exists
146- - key : CriticalAddonsOnly
147- effect : NoExecute
148- operator : Exists
134+ - effect : NoSchedule
135+ key : node.cloudprovider.kubernetes.io/uninitialized
136+ value : " true"
137+ - effect : NoSchedule
138+ key : node-role.kubernetes.io/control-plane
139+ operator : Exists
140+ - effect : NoSchedule
141+ key : node.kubernetes.io/not-ready
142+ operator : Exists
143+ - effect : NoExecute
144+ key : CriticalAddonsOnly
145+ operator : Exists
146+ affinity :
147+ nodeAffinity :
148+ requiredDuringSchedulingIgnoredDuringExecution :
149+ nodeSelectorTerms :
150+ - matchExpressions :
151+ - key : node-role.kubernetes.io/control-plane
152+ operator : Exists
149153 securityContext :
150154 fsGroup : 1001
151155 runAsUser : 1001
@@ -155,7 +159,7 @@ spec:
155159 priorityClassName : system-node-critical
156160 containers :
157161 - name : vsphere-cpi
158- image : registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.0-rc .0
162+ image : registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.31 .0
159163 imagePullPolicy : IfNotPresent
160164 args :
161165 - --cloud-provider=vsphere
@@ -169,16 +173,6 @@ spec:
169173 - name : vsphere-config-volume
170174 configMap :
171175 name : cloud-config
172- affinity :
173- nodeAffinity :
174- requiredDuringSchedulingIgnoredDuringExecution :
175- nodeSelectorTerms :
176- - matchExpressions :
177- - key : node-role.kubernetes.io/control-plane
178- operator : Exists
179- - matchExpressions :
180- - key : node-role.kubernetes.io/master
181- operator : Exists
182176---
183177# Source: vsphere-cpi/templates/role-binding.yaml
184178apiVersion : v1
0 commit comments