jrbe228
jrbe228
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...
@petar-cvit Thank you for the quick response! I should have feedback later this month. @ghorvathansys Here is one issue which may be resolved now. I need to re-test after returning...
> We fixed the error you got. Confirmed on my side. Now `TypeError...` is replaced by warning banner in your screenshot. > Cyclops will now allow you to install Helm...
Either option would be an improvement! Hopefully we can get input from the community also. I am admittedly biased towards convenience for our use cases. To give more context from...
Thread [started](https://discord.com/channels/1103010228884209824/1103010229563695122/threads/1298017697111609354) on the Cyclops Discord channel. My first impression is the new tab looks very useful. - Migration to Cyclops Module is an option, but no longer a requirement...
At the moment, Service external IP is the only critical info to add. Ports are already summarized nicely:  I see Cyclops already has Auth and RBAC on the roadmap....
A few initial observations. 1. Overall everything works as expected. Non-Cyclops Helm releases are discovered. Service IPs are displayed. Cyclops is fully usable for our purposes in the current state....
@petar-cvit - looking forward to testing v0.15.0+ next week! Regarding limited install permissions, could you update the docs with specifics on what K8s SA config should work for a single...