aws-samples / eks-kubeflow-workshop

Kubeflow workshop on EKS. Mainly focus on AWS integration examples. Please go check kubeflow website http://kubeflow.org for other examples
Apache License 2.0
97 stars 55 forks source link

Add Instructions to add mpijobs in ClusterRole kubeflow-edit #40

Closed PatrickXYS closed 4 years ago

PatrickXYS commented 4 years ago

Issue #, if available: The issue is when we execute 03_02_Distributed_Training_MPI_Horovod notebook, the !kubectl apply -f distributed-training-jobs/distributed-mpi-job.yaml returns error:

User "system:serviceaccount:kubeflow:default-editor" cannot create resource "mpijobs" in the API group "kubeflow.org" in the namespace "kubeflow"

Description of changes:

Edit sa default-editor to have the privilege to create resource in "kubeflow.org"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Jeffwan commented 4 years ago

@PatrickXYS remember to have clear commit message next time