microscopic-king-50617
01/16/2023, 5:42 PM--node-taint <http://node-role.kubernetes.io/master=true:NoSchedule|node-role.kubernetes.io/master=true:NoSchedule>
but my master nodes still show Taints: <none>
when I check the node annotations <http://k3s.io/node-args|k3s.io/node-args>
contains [..., "--node-taint", "<http://node-role.kubernetes.io/master=true:NoSchedule|node-role.kubernetes.io/master=true:NoSchedule>"]
late-needle-80860
01/16/2023, 6:47 PM--node-taint CriticalAddonsOnly=true:NoExecute
to block regular workloads from going to the control-plane nodes.microscopic-king-50617
01/16/2023, 6:48 PMcreamy-pencil-82913
01/17/2023, 4:23 AMK3s agents can be configured with the options --node-label and --node-taint which adds a label and taint to the kubelet. The two options only add labels and/or taints at registration time, so they can only be set when the node is first joined to the cluster
late-needle-80860
01/17/2023, 5:48 AMmicroscopic-king-50617
01/17/2023, 12:24 PM