Merge pull request #43 from mnencia/taint

Taint control-plane nodes with node-role.kubernetes.io/master:NoSchedule
This commit is contained in:
Karim Naufal 2022-02-07 15:56:39 +01:00 committed by GitHub
commit ee7a0af8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -9,4 +9,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

@ -9,4 +9,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