menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Devops News

>

Kubernetes...
source image

Dev

1M

read

104

img
dot

Image Credit: Dev

Kubernetes: Make a control plane node a worker

  • To make a control plane node a worker, you can use the 'kubectl label node' command.
  • After running the command, the first node will have both control-plane and worker roles.
  • You can check if the control plane node is tainted by using the 'kubectl get nodes' and 'kubectl get nodes -o json | jq .spec.taints' commands.
  • To remove the effect of taint on the control plane, use the 'kubectl taint nodes node-role.kubernetes.io/master:NoSchedule-' command.

Read Full Article

like

6 Likes

For uninterrupted reading, download the app