I’m trying to set up runners for gitlab.com on GKE. I have successfully create an autoscale cluster and registered the runner. But when a job starts to run I get this output
e[0Ke[0Ke[36;1mPreparing environmente[0;me[0;m
Waiting for pod default/runner-knqrrq6e-project-23994572-concurrent-0nglxn to be running, status is Pending
Unschedulable: "0/3 nodes are available: 3 Insufficient cpu, 3 Insufficient memory."
[...]
Waiting for pod default/runner-knqrrq6e-project-23994572-concurrent-0nglxn to be running, status is Pending
Unschedulable: "0/4 nodes are available: 1 node(s) had taint {node.kubernetes.io/not-ready: }, that the pod didn't tolerate, 3 Insufficient cpu, 3 Insufficient memory."
[...]
Waiting for pod default/runner-knqrrq6e-project-23994572-concurrent-0nglxn to be running, status is Pending
ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
[...]
Waiting for pod default/runner-knqrrq6e-project-23994572-concurrent-0nglxn to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
section_end:1662156441:prepare_script
e[0Ke[31;1mERROR: Job failed (system failure): prepare environment: waiting for pod running: timed out waiting for pod to start. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more informatione[0;m
What do I need to do? The link isn’t that helpful.