Anton Gilgur

Results 998 comments of Anton Gilgur

> if someone has good enough working 'now' it should be released If we were to go with that principle, Isitha's first version was in fact written with `expr`. Or...

> it's widely used by existing users before more advanced expression became available Just so we're on the same page, that is before 3.1: https://github.com/argoproj/argo-workflows/pull/5115 Possibly longer for `expression` fields....

Should the templating syntax and docs here be unified with `stopStrategy` of #12305 ? For instance, the variables there may make sense to prefix with `cronworkflow.`. and the docs could...

> @isubasinghe @Joibel Could any of you create a follow-up issue? Regarding `when` -> `whenExpression`, I would propose we add to the existing #7831. > Should the templating syntax and...

You can use arbitrary expressions, so you might be able to workaround it for https://github.com/argoproj/argo-workflows/issues/8348 with pure date/time manipulation. For instance, if you use [`now().Day()`](https://expr-lang.org/docs/language-definition#date-functions), you can get the day...

> > Should the templating syntax and docs here be unified with `stopStrategy` of #12305 ? > > For instance, the variables there may make sense to prefix with `cronworkflow.`....

> I'd also like to bring across the documentation from #13365 regarding how to do the various things mentioned there but using this new technique. I'm happy to contribute that,...

> `metadata.name` or `metadata.namespace` To clarify for anyone that stumbles upon this, these are the only two fields allowed on custom resources, c.f. https://github.com/kubernetes/kubernetes/issues/53459 (related: https://github.com/argoproj/argo-workflows/issues/11555#issuecomment-1676990143) > The function should...

~If you're using [the CLI's server mode](https://argo-workflows.readthedocs.io/en/release-3.5/cli/argo/#argo-server-grpc-mode), the CLI sends a request to the Server and [needs a token to access it](https://argo-workflows.readthedocs.io/en/release-3.5/access-token/) (i.e. the Server is running with [`--auth-mode=client`](https://argo-workflows.readthedocs.io/en/release-3.5/argo-server-auth-mode/)), and...

Oh. I totally missed the proxy part of your issue, sorry about that and thanks for elaborating. And you also clearly have a bearer token now that I read your...