-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image fetching does not work #238
Comments
The pipeline is using registry-image resource type. If I change it to docker-image, the pipeline works as expected. |
Looking at the lchow man page: https://linux.die.net/man/2/lchown It looks like the This is probably a problem specific to RKE or CentOS7. I'm not familiar with either systems. You could try adding the |
@madhosoi Likely your persistentvolume does not support chown operations. If you're using NFS like me, ensure that |
Hi all,
I am testing to deploy concourse via helm, in an on-premise cluster deployed with RKE ( K8s version , based on CentOS7 nodes, with Kernel 5.4. Everything seems work fine, but when I start to run the first pipeline (helloworld) that tries to fetch a busybox image, I get this error:
Another useful information:
Worker Persistent Volume via NFS3
I can setup Concourse in the same node type with Docker Compose and with Hashicorp Nomad and are running as expected.
Could you help me to understand why it happens?
Thanks!!
Miguel
The text was updated successfully, but these errors were encountered: