mirror of https://github.com/kubernetes/kops.git
aws: Wait for zone label to be set before scheduling EBS CSI node driver
This commit is contained in:
parent
26a424bcd7
commit
51a08bea9a
|
|
@ -377,6 +377,10 @@ spec:
|
|||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
nodeSelectorTerms:
|
||||
- matchExpressions:
|
||||
{{- if not .HostNetwork }}
|
||||
- key: topology.kubernetes.io/zone
|
||||
operator: Exists
|
||||
{{- end }}
|
||||
- key: eks.amazonaws.com/compute-type
|
||||
operator: NotIn
|
||||
values:
|
||||
|
|
|
|||
Loading…
Reference in New Issue