Skip to content

bug: multiple --nodes can't be set with --insecure flag present #11773

@Orzelius

Description

@Orzelius

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions