NdbManagementNodeSpec
specifies a management
server node in an NDB Cluster. Used by
NdbClusterSpec
.
config
(map[string]* Kubernetes util/intstr.IntOrStringConfig): (optional) A map of default MySQL Cluster management node configuration parameters (see NDB Cluster Management Node Configuration Parameters).ndbPodSpec
(NdbClusterPodSpec): (optional) A subset ofPodSpec
fields which, when set, are copied into to thepodSpec
of the management node'sStatefulSet
definition.enableLoadBalancer
(bool): (optional) Exposes the management servers externally using the Kubernetes cloud provider's load balancer. By default, the operator creates a service of typeClusterIP
to expose the management server pods internally within the Kubernetes cluster. IfenableLoadBalancer
is set totrue
, a service of typeLoadBalancer
is created instead, exposing the management servers outside the Kubernetes cluster.