You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the nodeSelector works but it'll cause a lot of pain to currently implement because only certain types of clusters have the specific label. vs the node affinity which would just prefers the node and is ignored for the label doesn't exist
Who is this for and what problem do they have today?
A user would like to set node affinity through the operator.
What are the success criteria?
Allowing node selector configuration via the operator. Possible relevant code is here: https://github.com/redpanda-data/redpanda/blob/2959f38e37aad6dc968159273b4b25c4e84ad22c/src/go/k8s/pkg/resources/statefulset.go#L531
Why is solving this problem impactful?
Description of the issue from the user:
Additional notes
JIRA Link: CORE-1160
The text was updated successfully, but these errors were encountered: