oracle / mysql-operator

Create, operate and scale self-healing MySQL clusters in Kubernetes
868 stars 235 forks source link

How can I run mysql-operrator release01 and mysql-operator latest at the same cluster? #298

Open cuijxin opened 4 years ago

cuijxin commented 4 years ago

Hi everybody, Happy New Year!

Because I want to create mysql 5.7 and mysql 8.0.12 cluster both, So I want to run mysql-operator release-01 version and mysql-operator latest version at the same cluster both, Could I? By the way If I can, how?

delgod commented 4 years ago

Hi @cuijxin,

typically it is recommended to run separate operators in separate namespaces. Operators should have ServiceAccounts which are limited by one namespace. it is the default configuration in Percona Operator - https://github.com/Percona-Lab/percona-xtradb-cluster-operator