cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

k8s operator for CRDB

Results 164 cockroach-operator issues
Sort by recently updated
recently updated
newest added

I am seeing: ```log 2021-05-27T18:51:12.9562560Z E0527 18:51:12.875270 23 runtime.go:76] Observed a panic: Log in goroutine after TestUpgradesMajorVersion20_1To20_2 has completed 2021-05-27T18:51:12.9564037Z goroutine 3016 [running]: 2021-05-27T18:51:12.9564874Z k8s.io/apimachinery/pkg/util/runtime.logPanic(0x19d1920, 0xc00095d670) 2021-05-27T18:51:12.9566123Z external/io_k8s_apimachinery/pkg/util/runtime/runtime.go:74 +0x95 2021-05-27T18:51:12.9567460Z...

The current source of truth for OpenShift-supported CRDB versions is here: https://github.com/cockroachdb/cockroach-operator/blob/f096daf45086136387a75092c0763689cb2a5b59/manifests/operator.yaml#L284 From a user perspective it would be friendlier to have these versions in a standalone YAML that is...

We need a unit test if we set max sql and cache values, that those values are used in the statefulset. Update statefulset_test to include new test.

After deleting a cluster by running `kubectl delete -f example.yaml`, and _not_ deleting PVCs and PVs, I start a new cluster with `kubectl apply -f example.yaml`. The pod `cockroachdb-0` remains...

bug

EXPECTED RESULT: when the cockroachDB version is specified to be an updated version from the current version of the DB, in the Openshift operator, it should upgrade or fail. There...

bug

Below are several improvements to consider for the Deploy CockroachDB on Red Hat OpenShift documentation. https://www.cockroachlabs.com/docs/v21.1/deploy-cockroachdb-with-kubernetes-openshift.html **Step 2, after list item 3, before list item 4** It would be clearer...

documentation
openshift

Yes the store will be different for each node. We just need to make sure all the sets have a value of 0. > Proposed state for all rolling restarts...

Currently the Operator installs into the `default` namespace. The Operator can be installed into a custom namespace, but only by modifying all instances of the `namespace` field in the [Operator...

enhancement

Move ca.crt in the another secret, so it can be mounted independently of the node.crt.

I have used Openshift and yester I found the problem about pod can not self-healing after I've for 2 week I have to uninstall cluster and reinstall to make it...

next release