-
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
…
-
There were a lot of discussion in https://github.com/kubeflow/pipelines/issues/3789 that I think worth grouping in a new issue.
> Our conclusion for Job (a.k.a recurring run/scheduled workflow) is:…
Bobgy updated
3 years ago
-
# Short Description of the issue
Running an Argo workflow with a pod step affinity set to InterLink Slurm node, will break with this error
```
XXX:~/.interlink$ kubectl -n argo-workflows …
-
# Summary
I'd like to have a way to specify a PVC to be mounted into the wait container so the logs output can use this pvc instead of the ephemeral storage. Unfortunately uploading logs to s3 is qui…
e-tip updated
7 months ago
-
# Summary
A recent change saw the usage of buildx to build and publish arm64 Docker images in addition to amd64. I'd like to propose to add armv7 (32 bit ARM architecture) to the list of architectu…
-
This is a placeholder/tracking issue for deploying some GitOps solution to deploy Terraform and Kubernetes resources for eks-prow-build-cluster. We're yet to discuss and decide upon how we want to han…
-
Backport of #2716
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using fleet to deploy the following fleet charts, workload…
manno updated
1 month ago
-
# Summary
Currently the `podGC` policy is set globally for the entire workflow. Sometimes it's helpful to be able to override it for a single step.
## Use Cases
We have a use case where we ha…
-
### Actual Behavior
This nightmare has been floating around for a long time now and Rancher Desktop has now become unusable, at least for me, on 2 M1 Macs.
When i try to change the cluster version…
-
**Is your feature request related to a problem? Please describe.**
I installed argo-events through helm but it just doesn't work. I setup my kafka event source and it never connects giving an error a…