Alex Collins

Results 470 comments of Alex Collins

```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName: git- spec: entrypoint: main templates: - name: main volumes: - name: wd emptyDir: { } initContainers: - name: checkout image: alpine/git volumeMounts: -...

`go-git` received no bug fixes for several months in 2022.

Ok. Next steps for anyone wanting to investigate: 1. Create a workflow that reproduces the issue. 2. Upgrade `go-git` in Argo to be the latest version. 3. Test.

We think we might already have an issue for this. @sarabala1979 to find the issue and mark this as duplicate. This would be a great first issue / community contribution.

This can be achieved using resource quotas. While resource quotas are limited, not whole cluster, I hope that works for most use cases: https://kubernetes.io/docs/concepts/policy/resource-quotas/ I think it would be like:...

There is already feature called parallelism that limits the number of workflows (not pods) reconciling you could use. You could use resource quotas to limit pods and workflows on a...

@adeniyistephen no. Not implemeted. Would you like to help by submitting a PR?

Maybe no markdown in v1? Could be a security risk, allow users to render JavaScript in other users browsers.

Is there somekind of stand-alone HDFS server?