Migrate Embedded MaxScale To MaxScale Resource
apiVersion: enterprise.mariadb.com/v1alpha1
kind: MariaDB
metadata:
name: mariadb
spec:
+ maxScaleRef:
+ name: mariadb-maxscale
- # Provision a MaxScale instance and set 'spec.maxScaleRef' automatically.
- maxScale:
- enabled: true
- connection:
- secretName: mxs-repl-conn
- port: 3306
- metrics:
- enabled: truecurl -sLO https://operator.mariadb.com/scripts/migrate_maxscale_to_resource.sh
chmod +x migrate_maxscale_to_resource.shLast updated
Was this helpful?

