-
-
Notifications
You must be signed in to change notification settings - Fork 706
Open
Description
currently from the help description and docs it seems to be possible to use multiple nodes with when the --insecure flag is set, but only the first node seems to be respected
$ sudo talosctl cluster create --provisioner qemu --workers 0 --controlplanes 1 \
--cidr 10.5.0.0/24 \
--skip-injecting-config --wait=false
NODES:
NAME TYPE IP CPU RAM DISK
talos-default-controlplane-1 controlplane 10.5.0.2 2.00 2.1 GB 6.4 GB
$ talosctl apply-config --insecure --nodes 10.5.0.2,10.5.0.3,10.5.0.4 --file controlplane.yaml
# expect error as nodes 10.5.0.3 & 10.5.0.4 don't exist, instead the config is just applied to the first node
Metadata
Metadata
Assignees
Labels
No labels