What happened:
We are hosting Gitlab-Runner Helm Chart on EKS to Run Gitlab CI/CD jobs. Historically this has always worked as expected.
After upgrading my Worker Node AMI version from 1.30.4-20241016 -> 1.30.6-20241115
Gitlab runners were no longer able to run npm install the command would just hang, and never advance. Was not an issue for yarn installs yarn install .
Attempted to poke at the CoreDNS on the cluster as well as configure a DNS namespace on the gitlab job to try and resolve hanging npm install without any success.
After downgrading from 1.30.6-20241115 -> 1.30.4-20241016 Gitlab-runner issues went away.
What you expected to happen:
On Worker node AMI version 1.30.6-20241115 would expecte gitlab-runners to still be functional when running npm install
How to reproduce it (as minimally and precisely as possible):
Deploy Gitlab Runner Helm Chart
Register Runner to gitlab.com
Send Runner gitlab job
-- Job runs on Alpine Linux
-- running npm install / npm ci just hangs.
What happened: We are hosting Gitlab-Runner Helm Chart on EKS to Run Gitlab CI/CD jobs. Historically this has always worked as expected.
After upgrading my Worker Node AMI version from
1.30.4-20241016
->1.30.6-20241115
Gitlab runners were no longer able to run
npm install
the command would just hang, and never advance. Was not an issue foryarn
installsyarn install
.Attempted to poke at the CoreDNS on the cluster as well as configure a DNS namespace on the gitlab job to try and resolve hanging
npm install
without any success.After downgrading from
1.30.6-20241115
->1.30.4-20241016
Gitlab-runner issues went away.What you expected to happen: On Worker node AMI version
1.30.6-20241115
would expecte gitlab-runners to still be functional when runningnpm install
How to reproduce it (as minimally and precisely as possible):
npm install
/npm ci
just hangs.Environment: