Hi all,
I’m trying to get my head wrapped around using the Kubernetes Plugin to deploy agents on a local Kubernetes cluster, but I never can get past the jnlp-container having a State: Waiting → Reason: ContainerCreating
The event log keeps telling me that a mount failed.
I have verified that I am indeed not short of available space.
Cleaning up, using docker system prune --all --force
does not help
I am running this on a vanilla kubernetes setup v 1.28.2. The Jenkins instance I am trying to execute the jobs on, is running on the cluster, and has no issue accessing the volumes.
I am using Jenkins v.2.423
The (currently) latest in all plugins
How do I debug this issue?