JFrog Pipeline step fails with the error "Node failure"

64 Views Asked by At

I am facing this error in a pipeline run where we are using k8s dynamic nodes

The error message is:

Step timed out due to node failure. This could have been caused by the node running out of memory. Please check the node stats and try re-triggering the step.

What do I need to do to get past this issue?

1

There are 1 best solutions below

0
On BEST ANSWER

To fix this, I tried to increase the k8s node pool’s cpu to 1 and memory to 2000 (2GB)

However, the root cause actually was that the node was not able to communicate its health to the JFrog platform. After 15 minutes of attempting to reach the node, Pipelines was marking it for deletion.

References: