talos makes it really easy running your own Kubernetes.
Discussion
Was about to praise talosctl for being consistent w/r/t parameter naming:
```
talosctl upgrade --nodes 192.168.178.192,192.168.178.194,192.168.178.182 --image ghcr.io/siderolabs/installer:v1.11.1
```
So far so good.
```
talosctl upgrade-k8s --nodes 192.168.178.24,192.168.178.191,192.168.178.194,192.168.178.182 --to 1.34.1
command "upgrade-k8s" is not supported with multiple nodes
```
But:
```
-n, --nodes strings target the specified nodes
```
🥺