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

**Is your feature request related to a problem? Please describe.** The CockroachDB Kubernetes Operator is not available on [Helm](https://helm.sh/docs/intro/install/). According to the CNCF 2020 Survey, it's the most popular tool...

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...

bug

Red Hat is changing their process for how images are pushed to the Red Hat container registry. They are releasing a new scanning tool which we'll need to run on...

Why: To keep the base OS version in the cockroach-operator docker images up-to-date. Possible implementation: 1. Add a GitHub Action similar to [update-crdb-versions](https://github.com/cockroachdb/cockroach-operator/blob/master/.github/workflows/update-crdb-versions.yaml) that checks for a newer version of...

documentation
enhancement

Trying to install the latest operator from OperatorHub, but the operator pod kept restarting after the following message is showed: ``` {"level":"error","ts":1636148065.0665808,"logger":"setup","msg":"problem running manager","error":"open /tmp/k8s-webhook-server/serving-certs/tls.crt: no such file or directory","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\texternal/com_github_go_logr_zapr/zapr.go:132\nsigs.k8s.io/controller-runtime/pkg/log.(*DelegatingLogger).Error\n\texternal/io_k8s_sigs_controller_runtime/pkg/log/deleg.go:144\nmain.main\n\tcmd/cockroach-operator/main.go:122\nruntime.main\n\tGOROOT/src/runtime/proc.go:225"}...

fix: cant connect to a CockroachDB instance when cluster and manager belong different namespace I scale down the crdb cluster on my loclal kubernetes, manager can not connect to a...

1.) When using the operator to create my cluster, the openshift form indicates V21.1.11. However, the creation of my cluster fails indicating the image 21.1.11 is invalid. The form defaults...

For self-hosted customers that are interested in using the Operator, they may be using our Helm Chart or deploying with a statefulset in the interim. We need to make migrating...

Versions: operator: 2.5 crdb: 21.1.11 I changed the crdb resource to 21.1.13 and the operator is unable to perform the upgrade. I'm running pretty much the default examples provided. ```...

After changing nodes from 3 to 5 and following the example in the README: ``` tobias@td:~/go/src/github.com/cockroachdb/cockroach$ minikube kubectl -- apply -f example.yaml Warning: resource crdbclusters/cockroachdb is missing the kubectl.kubernetes.io/last-applied-configuration annotation...