Skip to content
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

Merged
merged 10 commits into from
Dec 11, 2023
Merged

fix: update oceanbase cluster #66

merged 10 commits into from
Dec 11, 2023

Conversation

shanshanying
Copy link
Contributor

@shanshanying shanshanying commented Dec 7, 2023

helm install oceanbase addons/oceanbase

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'

@shanshanying shanshanying changed the title chore: update oceanbase cluster fix: update oceanbase cluster Dec 8, 2023
@shanshanying
Copy link
Contributor Author

Will wait for one more day.
Have invited member from OceanBase Operator team for review.

@powerfooI
Copy link
Contributor

Removing statefulSpec.minReadySeconds may cause failed cluster restart, which should be concerned.

Other parts LGTM.

@shanshanying shanshanying merged commit 0defab5 into main Dec 11, 2023
2 checks passed
@shanshanying shanshanying deleted the feature/refine-ob branch December 11, 2023 02:38
@shanshanying
Copy link
Contributor Author

Removing statefulSpec.minReadySeconds may cause failed cluster restart, which should be concerned.

Other parts LGTM.

statefulSpec.minReadySeconds is no longer available in kubeblocks 0.8. Will checkout why and hwo to add the api if necessary.

@shanshanying
Copy link
Contributor Author

/cherry-pick release-0.8

@ahjing99
Copy link
Contributor

/cherry-pick release-0.8

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/7163097507

apecloud-bot pushed a commit that referenced this pull request Dec 11, 2023
(cherry picked from commit 0defab5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Features]Oceanbase creates primary/secondary tenant on creating
5 participants