Files
uncloud/website/docs/9-cli-reference/uc_machine_add.md
T

1.5 KiB

uc machine add

Add a remote machine to a cluster.

uc machine add [USER@]HOST[:PORT] [flags]

Options

  -c, --context string     Name of the cluster context to add the machine to. (default is the current context)
  -h, --help               help for add
  -n, --name string        Assign a name to the machine.
      --no-caddy           Don't deploy Caddy reverse proxy service to the machine.
      --no-install         Skip installation of Docker, Uncloud daemon, and dependencies on the machine. Assumes they're already installed and running.
      --public-ip string   Public IP address of the machine for ingress configuration. Use 'auto' for automatic detection, blank '' or 'none' to disable ingress on this machine, or specify an IP address. (default "auto")
  -i, --ssh-key string     Path to SSH private key for remote login (if not already added to SSH agent). (default "~/.ssh/id_ed25519")
      --version string     Version of the Uncloud daemon to install on the machine. (default "latest")

Options inherited from parent commands

      --connect string          Connect to a remote cluster machine without using the Uncloud configuration file. [$UNCLOUD_CONNECT]
                                Format: [ssh://]user@host[:port] or tcp://host:port
      --uncloud-config string   Path to the Uncloud configuration file. [$UNCLOUD_CONFIG] (default "~/.config/uncloud/config.yaml")

See also

  • uc machine - Manage machines in an Uncloud cluster.