cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_etcd

cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_etcd
cluster_spec_controlPlaneSpec_kubeadmConfigTemplate_clusterConfiguration_etcd

Etcd holds configuration for etcd. NB: This value defaults to a Local (stacked) etcd

JSON Example
{
    "external": {
        "caFile": "string",
        "certFile": "string",
        "endpoints": [
            "string"
        ],
        "keyFile": "string"
    },
    "local": {
        "dataDir": "string",
        "imageRepository": "string",
        "imageTag": "string",
        "peerCertSANs": [
            "string"
        ],
        "serverCertSANs": [
            "string"
        ]
    }
}