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 everybody,
I'm blocked on this lack too (and it's a classic way to pilot all the Kubernetes nodes using taints).
I think it could be great to enhance nodeSelector, affinity and tolerations on the same way the collector e.g.:
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.collector.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.collector.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}`
{{- end }}
Requirement
For specific taint and toleration added to cassandra-schema-job.yaml file, it can be passed through values.yaml file.
Problem
There is no any option for specific toleration settings of cassandra-schema-job
Proposal
add the following lines to cassandra-schema-job.yaml
Open questions
No response
The text was updated successfully, but these errors were encountered: