cockroachdb / cockroachdb/cockroach-operator
add nodeAntiaffinities
未关闭
- 主要语言
- Go
- 星标
- 318
- 派生
- 104
- 平均合并
- 1 天 6 小时
- 30 天内合并 PR
- 1
描述
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
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。