NdbDataNodeSpec
specifies a data node in an NDB
Cluster. Used by NdbClusterSpec
.
config
(map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default NDB data node configuration parameters (see NDB Cluster Data Node Configuration Parameters).ndbPodSpec
(NdbClusterPodSpec
): (optional) A subset ofPodSpec
fields which, when set, are copied into to thepodSpec
of the data node'sStatefulSet
definition.nodeCount
(integer): The total number of data nodes in a MySQL NDB Cluster; this must be an integer multiple ofredundancyLevel
. A maximum of 144 data nodes is supported.pvcSpec
(Kubernetes core/v1.PersistentVolumeClaimSpec): (optional) ThePersistentVolumeClaimSpec
to be used as theVolumeClaimTemplate
of the data nodeStatefulSet
. A PVC is created for each data node by theStatefulSet
controller and is loaded into the data node pod and the container.