cockroachdb / cockroachdb/cockroach-operator

extend CRD to allow location aware setups

Open
#321 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
318
Forks
104
Avg merge
1d 6h
Merged PRs (30d)
1

Description

I suggest adding --location argument, and pass it the k8s node name, to prevent suboptimal distribution of replicas inside a cluster

e.g.:

```yaml
...
- args:
- start
- ...
- --location=k8s-node=${NODE_NAME},property=value,...
- env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.