cockroach-operator
cockroach-operator copied to clipboard
k8s operator for CRDB
The [current release process](https://cockroachlabs.atlassian.net/wiki/spaces/KO/pages/1753841712/Cockroach+Operator+Release+Process) requires quite a lot manual steps before we can run automation. This includes version bump, manifest generation, updating some files. It's very easy to miss a...
EKS is the largest distro we don't currently have nightly testing on and we want to have it be fully supported. AWS maintains a kubetest2 plugin to make this easy...
- now using code that checks the preserve is set in the database when doing a major upgrade
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...
There is an `envchannel` value that is configured for CockroachDB that can tell us from where the binary was fetched. We should set this properly for our testing of the...
We have gotten the following error: ``` 2021-07-20T21:02:45.3134048Z logger.go:130: 2021-07-20T21:02:45.235Z ERROR failed to reconcile job only err {"action": "Crdb Version Validator", "CrdbCluster": "crdb-test-bp9jv5/crdb", "error": "Job.batch \"crdb-vcheck-27113582\" is invalid: spec.template: Invalid...
As part of the OpenShift e2e test, we need to pull down the latest version of the CRDB operator out of the OpenShift marketplace and install it cc: @keith-mcclellan
When a feature is hidden behind a feature gate we need to log that it is turned off
As noted in #613, we do not take advantage of the new CRDB logging capabilities in the Operator. Currently we are using the `--logtostderr` flag which will be deprecated after...
This issue originally created by @Martin-Hogge as https://github.com/cockroachdb/cockroach/issues/65180 and moved here by me. @johnrk could you advise on where this sits or doesn't sit on our road map? **Describe the...