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

Remove redundant code snippets in 05_03_Pipeline_Mnist notebook #53

Closed PatrickXYS closed 4 years ago

PatrickXYS commented 4 years ago

Previously we have a workaround for enabling pipeline-runner service account to create resource "virtualservices" in API group "networking.istio.io" in the namespace "kubeflow":

image

Per upstream PR merged, we'll remove this instruction.

Jeffwan commented 4 years ago

@PatrickXYS v1.0.2 has been released. We can do some clean up and cut a v1.0.2 release for this repo

PatrickXYS commented 4 years ago

Sure, I'll test v1.0.2 compatibility with eks-kubeflow-workshop this week. And meanwhile clean up redundant code snippets / instruction, etc.

Jeffwan commented 4 years ago

@PatrickXYS Excellent!