argoflow / argoflow-aws

Argoflow-AWS has been superseded by deployKF
GNU Affero General Public License v3.0
44 stars 29 forks source link

Fix MPI operator error by syncing image/manifest versions to v0.3.0 #226

Closed soleares closed 3 years ago

soleares commented 3 years ago

Issue

The MPI operator manifests are tagged to a specific commit, but the image is tagged latest. This results in the following error when starting the mpi-operator because the versions are out of sync.

$ kubectl logs deploy/mpi-operator -n kubeflow
flag provided but not defined: -kubectl-delivery-image
Usage of /opt/mpi-operator:
  -add_dir_header
        If true, adds the file directory to the header
...

Fix

Tag the manifests and images to the latest release v0.3.0

davidspek commented 3 years ago

I just noticed this error myself as well, previously there wasn't a recent commit for us to use. Luckily they tagged a new release now.