cockroachdb / cockroachdb/cockroach-operator
Cornershop: API Fields needed in the Operator (placeholder)
- Dominant language
- Go
- Stars
- 318
- Forks
- 104
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
Cornershop requested support for the following:
- taints/tolerations
- affinity rules
- ability to put custom annotations at pod level, service level, and ingress level (for nginx Ingress external authentication outproxy)
From the closed [helm chart parity issue](https://github.com/cockroachdb/cockroach-operator/issues/25):
- statefulset.labels | Additional labels of StatefulSet and its Pods | {"app.kubernetes.io/component": "cockroachdb"}
- statefulset.annotations | Additional annotations of StatefulSet Pods | {}
- statefulset.nodeAffinity | Node affinity rules of StatefulSet Pods | {}
- statefulset.podAffinity | Inter-Pod affinity rules of StatefulSet Pods | {}
- statefulset.podAntiAffinity | Anti-affinity rules of StatefulSet Pods | auto
- statefulset.podAntiAffinity.type | Type of auto anti-affinity rules | soft
- statefulset.podAntiAffinity.weight | Weight for soft auto anti-affinity rules | 100
- statefulset.nodeSelector | Node labels for StatefulSet Pods assignment | {}
- statefulset.tolerations | Node taints to tolerate by StatefulSet Pods | []
- service.public.annotations | Additional annotations of public Service | {}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.