cockroachdb / cockroachdb/cockroach-operator
add nodeAntiaffinities
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 318
- Forks
- 104
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 1
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.