cockroach-operator
cockroach-operator copied to clipboard
k8s operator for CRDB
Upon GA we need to move to alpha and beta internal APIs. We should have done this before GA, but we can make it work. This is standard practice with...
I deployed a cluster with `httpPort: 8081` and was able to access the DB Console on this port. I subsequently changed this back to `httpPort: 8080` and this successfully performed...
See https://github.community/t/create-an-issue-case-the-workflow-fails/17247
The statefulset is stopping the pod before `cockroach node decommission` is being executed, so the node is showing up as failed instead of as decommissioned. The PVC also gets deleted...
The update tests failed: ```log 2021-06-15T18:41:51.2994080Z logger.go:130: 2021-06-15T18:41:51.206Z ERROR action failed {"CrdbCluster": "crdb-test-9bsgt2/crdb", "error": "failed to update sts with partitioned update: crdb: error applying updateStrategyFunc to crdb crdb-test-9bsgt2: Operation cannot...
We are not checking that both secrets are set and that the secrets exist. Maybe we should check the format of the secrets as well.
When the client is using custom CA secrets we need to ensure that the filenames contained within those secrets match our naming definitions. Both the node and client secrets need...
We need to add an validation to make sure that the deploy action will be skipped if nodes value from spec do not match the sts replicas. This will ensure...
We are doing this https://github.com/cockroachdb/cockroach-operator/blob/a65d8e9dcb100035010bbd8ec294529bb29837a7/Makefile#L239 Because the ubi image here: https://github.com/cockroachdb/cockroach-operator/blob/a65d8e9dcb100035010bbd8ec294529bb29837a7/WORKSPACE#L99 Does not get pulled all of the time. We need to investigate if we should have a Digest or...
It says that it passed, but the e2e test did not pass the test See attached logs [logs_1075.zip](https://github.com/cockroachdb/cockroach-operator/files/6658779/logs_1075.zip)