Update README to replace talosctl command with kubectl for checking nodes

This commit is contained in:
Marco van Zijl 2025-05-03 21:25:57 +02:00
parent 7707189665
commit 0d61ea0ba6

View File

@ -140,7 +140,7 @@ talosctl -n 192.168.0.10 kubeconfig
Check nodes:
```bash
talosctl get nodes
kubectl get nodes
```
## TODO