MySQL Operator for Kubernetes Release Notes
MySQL Shell
MySQL Router
Table of Contents
Examples and documentation assumes the current default namespace is used, which defaults to 'default' although it can be modified, for example:
$> 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
:
names:
kind: InnoDBCluster
listKind: InnoDBClusterList
singular: innodbcluster
plural: innodbclusters
shortNames:
- ic
- ics