Nicanor Gutierrez

Results 25 comments of Nicanor Gutierrez

@bentsherman I have created a PR for this, as I needed the fix in my fork anyway https://github.com/nextflow-io/nextflow/pull/3215 It is my first contribution though, so not sure if something else...

Fixed in https://github.com/nextflow-io/nextflow/pull/3215

Hi, just as a comment, there is another ephemeral volume type called "Generic Ephemeral Volumes" that essentially gives the capability of creating ephemeral volumes to any CSI driver capable of...

@bentsherman Well, it is an ephemeral volume, but not an ephemeral _CSI_ volume. My understanding is that the approach described in https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes that is also what is being implemented here...

This is a great coincidence... Just spent the morning figuring out why my hub kept restarting. Would be nice to have a solution for this. For reference, using version 1.20...

I see... and of course ArgoCD uses `helm template` so it [does not support](https://github.com/argoproj/argo-cd/issues/5202) `lookup`. Thanks for the explanation @consideRatio

@IceS2 according to the Kubernetes documentation of `envFrom`: > List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All...

@IceS2 if the `envFrom` approach works, it is definitely way better than setting `proxy.secretToken`. I meant that it was the same if you used `env`. About the restarts, actually if...

@BlueCog, also `1.2.0` here. Using `RespectIgnoreDifferences=true` is really a different use case, as it changes how Argo decides to synchronize or not. This the what happens in my case when...

@jacobwolfaws This I haven't seen happening for a long while, though not sure if has to do with changes on the AWS side or that I just didn't happen to...