William Van Hevelingen
William Van Hevelingen
@antonmedv I don't see any PRs for dependabot - https://github.com/antonmedv/expr/pulls/app%2Fdependabot There are definitely dependencies that could be updated.
@DiegoFlop can you provide the version of Argo Workflows the operator is running and the version of Argo Workflow CLI you are using?
+1, I've looked and found only a few blogs about it. Official docs would help immensely in getting started with using Ceres.
If the python plugin supports that feature then I would have no problem accepting it for the exec plugin
We have the same issue and @jeremydonahue's suggestions for a single cache dir that is configurable would solve for our use-case. Our use-case is that on local k8s clusters (kind/microk8s)...
Thanks for the volunteering @yashvardhan-kukreja. If there are breaking changes please make sure to document them on the PR. Let me know on github or on the #argo-contributors slack channel...
@estahn We're hitting the same issue and it definitely looks related to the php bug you linked. What version of PHP do you have it working on and which process...
A use case for golang is k8s dependencies. All packages from "k8s.io" need to be updated at the same time. Example go.mod snippet ``` k8s.io/api v0.20.4 k8s.io/apimachinery v0.20.4 k8s.io/client-go v0.20.4...
This should be resolved. Let us know if you can reproduce on master or the latest release.
Hey @rocrisp, We are experiencing high memory usage and are hoping that this guide helps resolve that. I've read https://sdk.operatorframework.io/docs/best-practices/designing-lean-operators/ and I'm bit unclear on a few points. My use...