Jack Ivanov

Results 66 comments of Jack Ivanov

Fargate can mount EFS over NFS, so I'm curious why there's no way to mount other NFS endpoints including FSx

> Lifecycle hook phase should change to Succeeded once completed We're seeing the same behavior for `workflow.status == "Failed"`

@chandraa123 have you found the root cause?

This is more likely a thing to discuss with the Wireguard community, since Algo is just a tool that installs it. Although I have never experienced this problem myself, we...

What's ETA to make it a stable release?

Can anyone share an example please? adding `workflowDefaults.spec.podSpecPatch` to the config map does nothing to the init container ```yaml workflowDefaults: spec: podSpecPatch: | initContainers: - name: init securityContext: capabilities: drop:...

@MHN452 can you check this out? https://github.com/trailofbits/algo/pull/14706

I found that mounting extra volumes directly to /etc/ssl/certs/ doesn't require `update-ca-certificates` ``` - role: control-plane image: kindest/node:v1.27.11 extraMounts: - hostPath: local-dev/xxx.pem containerPath: /etc/ssl/certs/xxx.pem ```

We've been using Argo Events' [resource](https://argoproj.github.io/argo-events/eventsources/setup/resource/) in production, a more or less stable solution with good community support, for quite a while as we await native EKS events.