robusta icon indicating copy to clipboard operation
robusta copied to clipboard

kind: job need toleration

Open julianobarbosa opened this issue 6 months ago • 2 comments

<MODEL>Describe the bug There is a toleration issue related to job scheduling in the Kubernetes cluster. The job is expected to tolerate specific taints on the nodes, but it fails to do so, leading to scheduling problems and the job being stuck in a pending state.

To Reproduce Steps to reproduce the behavior:

  1. Deploy the job with the specified toleration in the YAML file.
  2. Apply the job configuration to the Kubernetes cluster.
  3. Check the status of the job using kubectl get jobs.
  4. Observe that the job remains in a pending state due to node taints.

Expected behavior The job should tolerate the taints specified in its configuration and be scheduled on the appropriate node, moving from pending to running state.

Screenshots If applicable, add screenshots to help explain your problem. (E.g., screenshots of the YAML configuration and the job's status in the Kubernetes dashboard.)

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu 20.04]
  • Browser [e.g. Chrome, Firefox]
  • Version [e.g. Chrome 93]

Smartphone (please complete the following information):

  • Device: [e.g. OnePlus 7T]
  • OS: [e.g. Android 11]
  • Browser [e.g. Chrome, Firefox]
  • Version [e.g. Chrome 93]

Additional context This issue may be related to the configuration of the taints and tolerations in the job's YAML file. Please verify that the taint keys and values match exactly with the node's taints.</MODEL>

julianobarbosa avatar Sep 04 '24 21:09 julianobarbosa