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
Hi all,
I'm trying to render the Argo CD Helm chart.
What I want to do is to set nodeAffinity for the pods.
I have no idea how to set the Redis and redis-ha pods to be assigned on the node.
All the other pods (notifications, dex, repoServer, server) are scheduled as I've intended.
And according to the documentation, redis.affinity and ha.affinity are string values.
So, the following code is not working (but it's the way I want to do it.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm trying to render the Argo CD Helm chart.
What I want to do is to set nodeAffinity for the pods.
I have no idea how to set the Redis and redis-ha pods to be assigned on the node.
All the other pods (notifications, dex, repoServer, server) are scheduled as I've intended.
And according to the documentation, redis.affinity and ha.affinity are string values.
So, the following code is not working (but it's the way I want to do it.)
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions