Bootstrap worker nodes and join them to the cluster
Bootstrap worker nodes and join them to the cluster.
This command helps to initialize and configure a node to join an existing autonomous shoot cluster. It ensures that the necessary configurations are applied and the node is properly registered as a worker or control plane node.
Note that further control plane nodes cannot be joined currently.
gardenadm join [flags]
# Bootstrap a worker node and join it to the cluster
gardenadm join --bootstrap-token <token> --ca-certificate <ca-cert> --gardener-node-agent-secret-name <secret-name> <control-plane-address>
--bootstrap-token string Bootstrap token for joining the cluster (create it with 'gardenadm token' on a control plane node)
--ca-certificate bytesBase64 Base64-encoded certificate authority bundle of the control plane
--gardener-node-agent-secret-name string Name of the Secret from which gardener-node-agent should download its operating system configuration
-h, --help help for join
--log-format string The format for the logs. Must be one of [json text] (default "text")
--log-level string The level/severity for the logs. Must be one of [debug info error] (default "info")
- gardenadm - gardenadm bootstraps and manages autonomous shoot clusters in the Gardener project.