We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f424199 commit cc99288Copy full SHA for cc99288
README.md
@@ -63,10 +63,3 @@ clusterctl generate cluster example --kubernetes-version v1.30.6 --infrastructur
63
```bash
64
kubectl patch node <worker-node-name> --patch='{"spec":{"providerID": "metal://<machine-id>"}}'
65
```
66
-
67
-4. Remove the `NoSchedule` taint from all worker nodes.
68
69
-```bash
70
-kubectl taint node.cluster.x-k8s.io/uninitialized:NoSchedule-
71
-```
72
0 commit comments