79397991

Date: 2025-01-29 19:40:03
Score: 1.5
Natty:
Report link

There are no tolerations in following yaml files. if you are using a tainted node, you'll need to add something similar to the code below to the yaml files noted. You'll need to change the path of the below, depending on the yaml file. Also, you'll need to add the tolerations option to the values.yaml.

gossip-encryption-autogenerate-job
tls-init-job
tls-init-cleanup-job

{{- if .Values.global.acls.tolerations }}
tolerations:
{{ tpl .Values.global.acls.tolerations . | indent 8 | trim }}
{{- end }}

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jason Sherman