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

We need to go through and upgrade binaries used such as openshift installer, kind, etc

Cornershop requested support for the following: - taints/tolerations - affinity rules - ability to put custom annotations at pod level, service level, and ingress level (for nginx Ingress external authentication...

enhancement

all cockroach nodes should run with "preferredDuringSchedulingIgnoredDuringExecution" e.g. ```yaml ... affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 1 preference: matchExpressions: - key: another-node-label-key operator: In values: - another-node-label-value ```

We need an e2e test that a user can use a custom CA, rather than have the CA generated by the operator.

This issue is a list of all of the unit tests we need * [x] Actor order test PR #585 * [ ] Decommision test that PVCs do not delete

if I try to import crdb v1alpha1 into my project and build against k8s 1.21 I get go mod errors: in the cockroach go.mod I see this: k8s.io/client-go v9.0.0+incompatible is...

We should add an unit test that would test that the decommission will throw an error on failure

We are not using the same scripts for the release that we are using for testing. I just discovered a bug in the Makefile where we have cockroachdb-operator instead of...

``` 2021-06-11T17:18:22.7554480Z ##[section]Starting: Request a runner to run this job 2021-06-11T17:18:23.2802666Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest' 2021-06-11T17:18:23.3338704Z Can't...

When the Job does not schedule we are starting a new Job. We need to determine what the edge case behavior needs to be. At this point, we just start...