cockroach-operator
cockroach-operator copied to clipboard
k8s operator for CRDB
This is a meta issue to track helm chart parity. Achieving helm chart parity allows us to migrate customers over to the operator and away from the helm charts. We...
We want to deploy the cockroach db cluster in k8s using operator. We need to have predefined database other than default one and user with password having access to the...
I am looking to create a cluster that uses only ephemeral storage without creating PVC's. Is this possible with the current operator? I am able to use local storage PVC's...
I am running v2.4.0 of the operator installed like this: - [crds v2.4.0](https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v2.4.0/install/crds.yaml) without any modifications - [operator v2.4.0](https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v2.4.0/install/operator.yaml) with the following modifications: - added `linkerd.io/inject: enabled` to a namespace...
When configured with the latest CRDB operator and `v21.2.0`, the vcheck pod fails to pull its image because it is missing from manifest on Docker Hub.
I want to put the public sql endpoint behind an internal network load balancer, using service annotations. 1) Is there any way to add annotations to the service generated by...
I attempted to specify the new [`--log` flag](https://www.cockroachlabs.com/docs/v21.1/configure-logs#flag) in the custom resource: ``` additionalArgs: - "--log='sinks: {file-groups: {ops: {channels: [OPS, HEALTH]}}}'" ``` This resulted in the pods crashing: ``` NAME...
If there exists a cluster and the resource requests are scaled up resulting in failed scheduling, that cluster node will be stuck in a failed state, even in resource requests...
e2e-kind-decomission occasionally fails. As can be seen at the bottom of the attached file, a node begins to drain `require.go:357: draining node do to decommission test` and then it hangs...
In addition to manual rotation, can you please add documentation on the CA and node cert rotation strategies used in the automatic rotation and restart process? The use-case here is...