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
96 stars 56 forks source link

Fix Minor issues for Kubeflow v1.0.2 compatibility test #56

Closed PatrickXYS closed 4 years ago

PatrickXYS commented 4 years ago

Issue #53 #44 , if available: Since Kubeflow v1.0.2 released, I tested eks-kubeflow-workshop and fix some minor issues.

AWS_REGION was fixed as us-west-2.

Description of changes: The main change is removing kubectl edit clusterrole pipeline-runner -n kubeflow, which saves manually manipulating.

Expose AWS Region to users for customization.

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

PatrickXYS commented 4 years ago

@Jeffwan Can you take a look?

Jeffwan commented 4 years ago

@PatrickXYS Do we have any pending issues? Seems Chris meet some problem and I am trying to understand it's misconfiguration issue or code issue?