cockroach-operator
cockroach-operator copied to clipboard
k8s operator for CRDB
It would be useful to add private svc domain to pregenerated certificates for easier usage inside the k8s. Otherwise certificate cannot be validated while using private address > (x509: certificate...
Hey folks! I have installed CRDB using the operator. I'm using Piraeus as my CSI Provider. To place pods "as close as possible" to the PVC, I have to specify...
Hi there, while setting up crdb in our k8s cluster, I've noticed that setting up a policy for backups in the cluster is not a setting I can do. Is...
I applyed operator.yaml. Then i applyed example.yaml while using local path stoarge.But only vcheck pod appeared and two minutes later it oomKIlled. i don't know why.I used Mac with m1pro.
**What version of operator are you using?** commit 561cf47d783c368fd8795acb82a5a39099a35984 (HEAD -> master) **What operating system and processor architecture are you using (`kubectl version`)?** Ubuntu. 20.04 kubectl version Output $ kubectl...
Hello cockroachdb operator developers, We found that many properties in the CR are very easy to drive the cluster into a broken state if not handled carefully. For example, when...
prepare logic to allow more than just root as user for a client secret **Checklist** * [x] I have added these changes to the changelog (or it's not applicable).
As an admin I want to be able to expose certificates as secrets. The operator already creates a certificate for the root user, it would not be much work to...
As a sysadmin I want to use the implicit authentication method to upload my backups to gcs. Currently its not possible to mount a secret inside the db pods to...
Add the https annotation for UI ingress when using secure mode I'm using the ingress to expose the adminUI service. It doesn't work under the master branch and return http...