Skip to content

Commit cc99288

Browse files
committed
fix: remove instruction to remove tain
the no schedule taint will be removed once the machine is ready
1 parent f424199 commit cc99288

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,3 @@ clusterctl generate cluster example --kubernetes-version v1.30.6 --infrastructur
6363
```bash
6464
kubectl patch node <worker-node-name> --patch='{"spec":{"providerID": "metal://<machine-id>"}}'
6565
```
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

Comments
 (0)