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
2 changed files with 6 additions and 2 deletions

View File

@@ -9,3 +9,5 @@ tls-san: ${node_ip}
kubelet-arg: "cloud-provider=external"
token: ${token}
node-name: ${node_name}
node-taint:
- node-role.kubernetes.io/master:NoSchedule

View File

@@ -9,3 +9,5 @@ tls-san: ${node_ip}
kubelet-arg: "cloud-provider=external"
token: ${token}
node-name: ${node_name}
node-taint:
- node-role.kubernetes.io/master:NoSchedule