Yandu Oppacher
Yandu Oppacher
When running an e2e test with just a 1 node cluster the decommission logic will always return an error not allowing the other actors to work to reconcile the clusters...
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...
This is a master list of unit tests we should add to get better test coverage, specifically negative tests. **Decommission** - [ ] Decommission if the resulting state is 3...
Currently we create a statefulset inside of one of the test files [cockroach_statefulset_test.go](https://github.com/cockroachdb/cockroach-operator/pull/519/files#diff-a1ba08c59a33ba5c7ebaa3de9e854a9df7c9b433804ab242c304afea521708e3R134) this should be pulled out so that all unit tests can use it as needed. There's also...
From prafull01 **Current approach:** It is to build the cert signing utility, push it to the GCR repo and use that image in our tests. To implement this approach, we...
Yandu Oppacher (udnay) commented: The current [multi-site guides](https://www.cockroachlabs.com/docs/v20.2/orchestrate-cockroachdb-with-kubernetes-multi-cluster) use zonal clusters for the reference implementation. These should be regional clusters to ensure proper redundancy and matching SLA requirements within a...
--port & --http-port has been depreciated, but they're still used in operator It's a risk if we ever remove these parameters.
With connection pools not recycling active connections, the default 5-minute TerminateGracePeriod could terminate an active session with transactions uncommitted. This could lead to transaction rollbacks and other unnecessary elements in...
Currently it is not possible to directly access a CockroachDB cluster deployed on K8S/OpenShift via the Operator (or any other method). If customers are using an additional LB, like MetalLB...
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`...