-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update oceanbase cluster #66
Conversation
Will wait for one more day. |
Removing Other parts LGTM. |
|
/cherry-pick release-0.8 |
/cherry-pick release-0.8 |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit 0defab5)
support creating primary/standby tenants on creating Oceanbase Cluster, by
To create a primary-secondy OB Cluster (which is actually a primary cluster, AND a secondary cluster)
we set
obCluster=2
.e.g. create a primary-secondy OB Cluster, each with 1 replica, and the tenant name is `tenant1. we use:
helm install mycluster addons/oceanbase-cluster --set obClusters=2 --set zoneCount=1 --set replicas=1 --set tenant.name='tenat1'