Yuan Tang
Yuan Tang
Signed-off-by: Yuan Tang
## Summary What happened/what you expected to happen? We should be able to reference the status of tasks the same way as referencing steps statuses. What version of Argo Workflows...
Part of https://github.com/kubeflow/mpi-operator/issues/217. Currently WIP in https://github.com/kubeflow/website/pull/1899.
See discussion in https://github.com/kubeflow/mpi-operator/pull/361/files#r635183791. cc @carmark
This issue tracks the progress of graduating MPI Operator to v1. Please check out the [application requirements](https://github.com/kubeflow/community/blob/master/guidelines/application_requirements.md) for details. Each item in the table below includes a check box that...
Currently our Helm chart only supports v1alpha1 MPIJob. We need to update to support newer versions of the MPIJob. cc @omesser @runzhliu and others if you are interested in contributing,...
Part of https://github.com/kubeflow/mpi-operator/issues/217. On post-submit, kustomize packages should be automatically updated to point to latest images.
Launcher keeps crashing: ``` mpi-test-2-mpijob-launcher-lv2fx 1/1 CrashLoopBackOff 2 1m mpi-test-2-mpijob-worker-0 1/1 Running 0 1m mpi-test-2-mpijob-worker-1 1/1 Running 0 1m ``` However, from the launcher's log, one of the worker is...
Part of https://github.com/kubeflow/mpi-operator/issues/217. * Applications should optionally emit structured logs with suitable metadata to facilitate debugging * e.g. CR controllers should annotate log messages with the name of the resource...