Back to Talos

DiscoveryIdentityConfig

website/content/v1.14/reference/configuration/cluster/discoveryidentityconfig.md

1.14.0743 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: DiscoveryIdentityConfig clusterID: cluster-id-base64-encoded-32-bytes # Globally unique identifier for this cluster (base64 encoded random 32 bytes). clusterSecret: cluster-secret-base64-encoded-32-bytes # Shared secret of cluster (base64 encoded random 32 bytes). {{< /highlight >}}

FieldTypeDescriptionValue(s)
clusterIDstringGlobally unique identifier for this cluster (base64 encoded random 32 bytes).
clusterSecretstringShared secret of cluster (base64 encoded random 32 bytes).
This secret is shared among cluster members but should never be sent over the network.