Jeremy Beale

Results 3 comments of Jeremy Beale

I have the same issue using the smb csi driver. For some reason the error "stale NFS file handle" only affects Linux pods trying to mount the smb share. Windows...

From [here](https://github.com/bluxmit/alnoda-workspaces/blob/main/workspaces/ubuntu-workspace/docs/workspaces.md#self-hosted-workspace) in the docs, you can customize the default `localhost` links by adding `-e WRK_HOST=""` to the `docker run ...` command. I substituted the load balancer IP for my...

I ended up needing compose when using ARC + [DinD ](https://github.com/actions/actions-runner-controller/blob/753afb75b9dfd3ba7a402630d94a06491fcfcfdf/charts/gha-runner-scale-set/values.yaml#L112)runners. Hacky solution: ``` FROM ghcr.io/actions/actions-runner:latest USER 0 RUN apt-get update && apt-get install -y curl RUN curl -L https://github.com/docker/compose/releases/download/v2.24.6/docker-compose-linux-x86_64...