cockroachdb / cockroachdb/cockroach-operator
add nodeAntiaffinities
オープン
- 主要言語
- Go
- スター
- 318
- フォーク
- 104
- 平均マージ
- 1日 6時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。