Available in editions: CE, BE, SE, SE+, EE
The module lifecycle stage: General Availability
The module is automatically enabled for all cloud clusters deployed in DVP.
Parameters
Schema version: 1
- objectsettings
- objectsettings.provider
Contains settings to connect to the Deckhouse Kubernetes Platform API.
- stringsettings.provider.kubeconfigDataBase64
Required value
Kubeconfig to connect to Deckhouse Kubernetes Platform API base64 encoded.
Example:
kubeconfigDataBase64: ZXhhbXBsZQo= - stringsettings.provider.namespace
Required value
Namespace in which DKP cluster resources will be created.
Caution! If not explicitly specified, the default namespace for kubeconfig will be used.
Example:
namespace: default
- array of stringssettings.zones
A set of zones in which nodes can be created. To use this setting, the
topology.kubernetes.io/zonelabel must be set on DVP nodes. Read more about topological labels.Caution! To set the required label for a DVP node, follow the NodeGroup documentation.
Example:
zones: - zone-a - zone-b

