Change node-role.kubernetes.io from master to control-plane (#7183)

This commit is contained in:
Florian Ruynat
2021-01-21 17:13:03 +01:00
committed by GitHub
parent 24ceee134e
commit 222a77dfe7
16 changed files with 68 additions and 6 deletions

View File

@@ -16,7 +16,8 @@ spec:
helmValues:
tolerations:
- key: "node-role.kubernetes.io/master"
operator: Equal
effect: NoSchedule
- key: "node-role.kubernetes.io/control-plane"
effect: NoSchedule
deploymentTool: amb-oper-kubespray
{% if ingress_ambassador_host_network %}
@@ -34,4 +35,4 @@ spec:
port: 443
hostPort: {{ ingress_ambassador_secure_port }}
targetPort: 8443
protocol: TCP
protocol: TCP