Alex Collins

Results 470 comments of Alex Collins

@basanthjenuhb @terrytangyuan could I ask for your thoughs on this? * Would you use it in your projects?

@basanthjenuhb the issue description does not describe the problem clearly. I recommend you read my comment to understand it . @LoricAndre by "user namespace" I mean like this code: https://github.com/argoproj/argo-workflows/blob/0f1d1d9b7ef9b602b82123a9d92c212b50ac01e1/server/auth/gatekeeper.go#L278

Another benefit is that this allows you to refresh the Kubernetes API token (i.e. by updating the secret) without having to change the token used by the client. You could...

Docker executor is no longer supported. If this does not work with PNS executor, then this is a regression. Have you tried PNS?

Can you please upload the workflow that caused this problem.

Thank you. Have you tried `:latest`?

No, `argoproj/argoexec:latest`.

You need to run latest controller too.

Please check you are running the correct version of the controller, e.g.: ``` kubectl logs -n argo deploy/workflow-controller | version ```

I think your main container is being killed, but the wait container remains running. I think exit code 93 is a red herring. Can you try the `emissary` executor if...