cockroachdb / cockroachdb/cockroach-operator
add nodeAntiaffinities
Open
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.