Merge "Use control-plane label for nodeSelector and Tolerations"
This commit is contained in:
commit
619aa8b59f
@ -223,3 +223,6 @@ spec:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
@ -27,6 +27,9 @@ spec:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
{{- if .Values.registration.affinity }}
|
||||
affinity:
|
||||
{{ toYaml .Values.registration.affinity | indent 8 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user