While creating cluster using kubeadm, Should we add taint to master node to prev . . .

Pratik Patel:
While creating cluster using kubeadm, Should we add taint to master node to prevent workload to be deployed on master node in exam ? If not specified in exam question ?

Tej_Singh_Rana:
Hello, @Pratik Patel
I think you don’t need to specify. Master will get it by default.

$ kubectl describe nodes controlplane | grep -i Taint

Pratik Patel:
Oh okay… Thanks @Tej_Singh_Rana