MySQL Operator for Kubernetes Manual  /  MySQL InnoDB Cluster

Chapter 3 MySQL InnoDB Cluster

Examples and documentation assumes the current default namespace is used, which defaults to 'default' although it can be modified, for example:

Press CTRL+C to copy
$> kubectl create namespace newdefaultnamespace $> kubectl config set-context --current --namespace=newdefaultnamespace

Examples typically use 'innodbcluster' as the resource name but may use plural and short names as defined in deploy-crds.yaml:

Press CTRL+C to copy
names: kind: InnoDBCluster listKind: InnoDBClusterList singular: innodbcluster plural: innodbclusters shortNames: - ic - ics