Open araamini opened 8 months ago
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