Daniel Loader

Results 111 comments of Daniel Loader

You could include a node taint that is removed when spegel reaches healthy status. Cilium uses this model to ensure the daemonset is up before workloads can be scheduled. https://docs.cilium.io/en/stable/installation/taints/

Have you applied the userData patch to the EKS nodes so that containerd keeps the intermediate layers after a pull?

Chipping in to say I'm also interested in this workflow - already using/abusing an [environment variable flag](https://github.com/docker-library/docker/issues/477#issue-2105493779) to enable containerd backend in my DIND github actions runner sets, so half...

I've tried this and I get this error: ![image](https://github.com/openanalytics/shinyproxy-config-examples/assets/933423/cc8fb105-bae4-4cd4-bfce-78e97d0cfa3e) ``` eu.openanalytics.containerproxy.ProxyFailedToStartException: Container failed to start at eu.openanalytics.containerproxy.service.ProxyService.prepareProxyForStart(ProxyService.java:458) ~[containerproxy-1.1.0.jar!/:1.1.0] at eu.openanalytics.containerproxy.service.ProxyService.startOrResumeProxy(ProxyService.java:466) at eu.openanalytics.containerproxy.service.ProxyService.lambda$startProxy$7(ProxyService.java:293) at eu.openanalytics.containerproxy.service.ProxyService.lambda$action$14(ProxyService.java:638) ... 5 frames excluded Caused by:...

Edit: You were correct the custom template was the issue! So it's not expected to embed it inside the iframe/application, it's just a static link that the browser goes to...

In the meantime, a question: If I wanted to access a sidecar container in my shinyproxy spawned pod from the frontend, in a predictable url - what should I hit...

This comes into its own when the application.yml is mounted into a pod on kubernetes as a secret or configmap, as changes to those mounted entities have an eventually consistent...

That's definitely a more complex setup than throwing it on a subdomain with a single route to the service for sure. But the same criticism would be true of doing...

Would be helpful, thanks for raising a ticket!

Also handy for AZ locality, in EKS if I have 3 zonally distributed backends hammering dragonflydb, having read replicas in each zone would reduce the cost and latency for read...