Skip to content

Post deployment Operations

Remove taint from our Controllers

In an environment with a limited set of control plane nodes removing the NoSchedule will allow you to converge the openstack controllers with the k8s controllers.

# Remote taint from control-plane nodes
kubectl taint nodes -l node-role.kubernetes.io/control-plane node-role.kubernetes.io/control-plane:NoSchedule-