cockroachdb / cockroachdb/cockroach-operator
extend CRD to allow location aware setups
Open
- 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.