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

Poc deploy operator #428

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Poc deploy operator #428

wants to merge 8 commits into from

Conversation

udnay
Copy link

@udnay udnay commented Nov 8, 2024

Initial PoC to use the helm chart to deploy an operator managed cluster.
Steps to deploy are:

  • make bin
  • make dev/registries/up
  • make dev/push/local
  • make test/cluster/up CLUSTER_SIZE=3
  • helm install crdb-operator ./operator
  • helm install my-release-cockroachdb ./cockroachdb -n default --debug

@prafull01 prafull01 force-pushed the poc-deploy-operator branch 4 times, most recently from 218c284 to 4162320 Compare January 7, 2025 05:03
@prafull01 prafull01 force-pushed the poc-deploy-operator branch from 4162320 to 126700e Compare January 7, 2025 05:26
prafull01 and others added 2 commits January 8, 2025 13:57
* Add support for deploying cockroach cluster with PVCs

* Fix the label mismatch error on public service

* Fix the SQL client connection to cockroachdb cluster
The default names of service accounts, secrets, and configmaps currently
don't match the defaults in the crdbcluster template. This patch updates
the crdbcluster defaults such that creating a new cluster works without
overrides.
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.

3 participants