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

fix https://github.com/cockroachdb/cockroach-operator/issues/920 We fixed it by assigning values from the CR to `Hosts` and `SecretName` in the ingress resource object in the function `BuildV1Ingress`. **Checklist** * [ ] I have...

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

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

**Install preflight binary on Linux machines** ``` Adding preflight to the list of OpenShift binaries installed. For now, this is only available on Linux machines and won't be added to...

Our nightlies have been (sometimes) timing out for a while now. Currently we run create, update, and decommission e2e tests for the nightly CI runs for GKE and OpenShift. This...

I followed [the official instructions for a local kubernetes cluster](https://www.cockroachlabs.com/docs/stable/orchestrate-a-local-cluster-with-kubernetes.html). It worked. I then tried to use a persistent volume for the database data. The cockroachdb pods fail to start...

What is the proper way to install cockroachdb with operator and set custom cluster domain different than cluster.local ? In helm chart there was a config variable for that, cant...

I am using the gitops tool flux to manage my kubernetes cluster. I have installed the cockroach operator and [deployed a cluster based on the example manifest](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/manifest.yaml). I am trying...

I am using the gitops tool flux to manage my kubernetes cluster. I have installed the cockroach operator and [deployed a cluster based on the example manifest](https://github.com/ahgraber/homelab-gitops-k3s/blob/main/cluster/apps/backend/databases/cockroachdb/manifest.yaml). The cockroach operator...

I have deployed a cluster using the Operator and attempted to create a pod from the client-secure-operator.yaml. I get the error. ``` Error from server (Forbidden): error when creating "https://raw.githubusercontent.com/cockroachdb/cockroach-operator/master/examples/client-secure-operator.yaml":...

bug
documentation
good first issue