Anton Gilgur
Anton Gilgur
For reference, I threw up [a tweet](https://twitter.com/agilgur5/status/1790084420642255219) at Docker to try and get their attention about the issues with `whalesay`, since it affects a lot more than Argo and not...
PRs welcome for a replacement with another minimal trusted image that can do a simple echo, such as `busybox`, `alpine`, etc.
Docker Support mentioned that in https://github.com/docker/whalesay/issues/6#issuecomment-2246259247, but as I wrote there, it prints out Docker CLI usage instructions after the "hello", so that would be very confusing to see in...
`argosay` was mentioned above as well, and still has [some unresolved problems](https://github.com/argoproj/argo-workflows/issues/11858#issuecomment-2108523035). But as I wrote above, I'd prefer to remove `argosay` entirely anyway as I don't believe it should...
Could also split the `argosay` replacement as a third PR (i.e. one for `whalesay` one for `argosay`). I didn't mark it as a good first issue as `whalesay` alone is...
I'm going to tackle this since it is a very confusing issue to new users and has gotten a couple related issues too (on manifest v1, for instance). It also...
> Yes, it seems there is no infrastructure for ui tests, is there a preferred way/tools to do that in this project? There's some unit tests, but no component, functional,...
> @agilgur5 it seems that tests are a bit flaky, as at first all of them passed, but now each time I run, a different suite is failing. Can we...
Follow-up from [this Slack thread](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1715374989242799?thread_ts=1715374989.242799&cid=C01QW9QSSSK). This bug is also due to the change in #12445. > #### Proposed resolution I'd suggest something simpler than both (per [k8s style guide](https://kubernetes.io/docs/contribute/style/style-guide/#use-simple-and-direct-language)) as...
I think this is no longer an issue? We have several checks in the codebase where the [`ShutdownStrategy`](https://github.com/argoproj/argo-workflows/blob/9cacef302bca869da1700b72bede1afad0e9526d/pkg/apis/workflow/v1alpha1/workflow_types.go#L526) is handled currently. If they require changes to the `Workflow` (via spec...