Taint control-plane nodes with node-role.kubernetes.io/master:NoSchedule

This commit is contained in:
Marco Nenciarini 2022-02-07 12:10:22 +01:00
parent d61b000af0
commit 8ee732e694
No known key found for this signature in database
GPG Key ID: 589F03F01BA55038
2 changed files with 6 additions and 2 deletions

View File

@ -8,4 +8,6 @@ advertise-address: ${node_ip}
tls-san: ${node_ip}
kubelet-arg: "cloud-provider=external"
token: ${token}
node-name: ${node_name}
node-name: ${node_name}
node-taint:
- node-role.kubernetes.io/master:NoSchedule

View File

@ -8,4 +8,6 @@ advertise-address: ${node_ip}
tls-san: ${node_ip}
kubelet-arg: "cloud-provider=external"
token: ${token}
node-name: ${node_name}
node-name: ${node_name}
node-taint:
- node-role.kubernetes.io/master:NoSchedule