What happened:
On some of the k8s nodes, we are observing hyperctl run failing consistently with the following error message when running with a docker image our user built on top of the docker.io/gradle:jdk8 image:
hyperctl ERROR: Error from daemon's response: finished with errors: map[XXXXXX:Create new container failed: Error: ]
This is causing the workers fail to launch builds using this image.
What you expected to happen:
hyperctl should be able to launch hyperd container with any normal Docker images
How to reproduce it:
- When a node is in the bad state, it's consistently reproducible (assuming one already knows the gradle docker image name) with:
sudo hyperctl run -t <IMAGE> date
- But how a node gets into the state is unknown to us, and we don't have a way to reproduce this part.
What happened:
On some of the k8s nodes, we are observing
hyperctl runfailing consistently with the following error message when running with a docker image our user built on top of thedocker.io/gradle:jdk8image:This is causing the workers fail to launch builds using this image.
What you expected to happen:
hyperctl should be able to launch hyperd container with any normal Docker images
How to reproduce it:
sudo hyperctl run -t <IMAGE> date