RoryDoherty

Results 21 comments of RoryDoherty

> @RoryDoherty Can you try the above `image` and command create POD? I'm not sure what you mean by this, did you mean the following?: ``` rory@laptop:/$ docker run -t...

@sarabala1979 let me know if the above is not correct and there was something else you wanted me to try, happy to help try debug this

@sarabala1979 did some more testing: Without tty and stdin set to true: ``` rory@laptop:~$ cat testnotty.yaml apiVersion: v1 kind: Pod metadata: name: pod-no-tty-test namespace: argoci spec: restartPolicy: Never containers: -...

@sandeepitachi Thanks, I tried that and yes that works, I get this output: ``` [ {name: "Foo", value: "bar"}, {name: "Bar", value: "foo"}, {name: "zoo", value: "animal"} ] ``` However...

I can work around this for now using the following: ``` apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: demo- spec: entrypoint: demo templates: - name: demo dag: tasks: - name: env-var-test...

Thanks @sarabala1979 , I had seen a similar snippet in a slack thread as a working example in an earlier release which is why I opened it as a bug!...

Ran into a similar issue and had to temporarily install v0.22.0 to see the full error message Thanos v0.24.0 still does not display the full error message

Issue still exists @sarabala1979 do you think my above proposal for an update to argoexec is acceptable?