cockroachdb/cockroach-operator
View on GitHubNo affinity yaml template is applied on StatefulSets
Open
#955 opened on Jan 25, 2023
enhancementgood first issue
Repository metrics
- Stars
- (318 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hi everyone,
I've tried to create a new cockroach cluster starting with this example, adding and modifying the affinity attribute, but checking the StatefulSet object produced by the CrdbCluster template doesn't work.
CRD version: v2.10.0 Image used: cockroachdb/cockroach:v22.2.2 Hosting: kubernetes cluster (version 1.24.6) Cloud provider: Azure ( AKS cluster )
I attach the CrdbCluster template values.txt
Anyone could help me about this issue?
Thanks in advance