NDB Operator 發行說明
NdbDataNodeSpec 指定 NDB Cluster 中的資料節點。由 NdbClusterSpec 使用。
config(map[string]* Kubernetes util/intstr.IntOrStringConfig):(選用) 預設 NDB 資料節點組態參數的對應 (請參閱 NDB Cluster 資料節點組態參數)。ndbPodSpec(NdbClusterPodSpec):(選用) 當設定時,會複製到資料節點StatefulSet定義的podSpec中的PodSpec欄位子集。nodeCount(整數):MySQL NDB Cluster 中資料節點的總數;這必須是redundancyLevel的整數倍數。最多支援 144 個資料節點。pvcSpec(Kubernetes core/v1.PersistentVolumeClaimSpec):(選用) 要用作資料節點StatefulSet的VolumeClaimTemplate的PersistentVolumeClaimSpec。由StatefulSet控制器為每個資料節點建立 PVC,並載入到資料節點 pod 和容器中。