helm-charts
helm-charts copied to clipboard
Helm charts for cockroachdb
Chart version: 12.0.3 helm version: v3.14.2 Init job starts early and is unable to connect to DB but the container exits with code 0 and the job does not restart....
We recommend separating internal grpc port from sql port for large scale clusters. In Helm chart in order to change internal grpc port we need to configure it at two...
In [this PR](https://github.com/cockroachdb/helm-charts/pull/62) (also related to [this one](https://github.com/cockroachdb/helm-charts/pull/61)), an initContainer was added to the StatefulSet to copy mounted certificate secrets to an empty directory with a permission mode of 0400...
Currently when self-signed, the secret name become following. I think it’s actually better if the same secret name is used so we can use the same client pod for both...
- Added e2e tests under `e2e/operator/` for single and multi region use cases. - It covers all the use cases we tested out manually from product brief. - Update ci...
- This PR introduces operator charts which will have the capability to deploy CC operator - It also has changes to crdb charts which will now be deployed as CR...
Check in a reference implementation for migrating from statesets managed by the helm chart to the cloud operator. Note that this process involves some manual steps, and we may want...
There are multiple issues stating the init-job is not run as expected This is because there is a deadlock with the CRDB-StatfulSet requiring the init-job to run, which is only...
Ability to use https://www.cockroachlabs.com/docs/v25.1/grant#supported-privileges in https://github.com/cockroachdb/helm-charts/blob/f95d409b3f48f4d31ae91d041a7943953547e0c2/cockroachdb/templates/job.init.yaml#L197 in place of "ALL" Jira issue: HELM-55