create-join-bundle (Beta)
This topic describes the options available with the Embedded Cluster create-join-bundle command. Use this command to produce a bundle that nodes can use to join the cluster with a given role.
Usage
sudo ./<app-slug> create-join-bundle [flags]
Flags
| Flag | Type | Description |
|---|---|---|
--output | string | Output path for the bundle. Default: A path of the form ./cli-join-ROLE-TIMESTAMP.tar.gz (the CLI fills in the role and timestamp). |
--role | string | Node role: controller or worker. Required. |
--ttl | string | Token expiration time (for example, 24h, 48h, 168h). Default: 24h |
-h, --help | Help for create-join-bundle. |