Deploy a gardenlet for further cluster management
Deploy a gardenlet for further cluster management
gardenadm connect [flags]
# Deploy a gardenlet
gardenadm connect
--bootstrap-token string Bootstrap token for connecting the autonomous shoot cluster to a garden cluster (create it with 'gardenadm token' in the garden cluster)
--ca-certificate bytesBase64 Base64-encoded certificate authority bundle of the Gardener control plane
-d, --config-dir string Path to a directory containing the Gardener configuration files for the init command, i.e., files containing resources like CloudProfile, Shoot, etc. The files must be in YAML/JSON and have .{yaml,yml,json} file extensions to be considered.
--force Forces the deployment of gardenlet, even if it already exists
-h, --help help for connect
--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.