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

Need step to create ECR repository #6

Closed otterley closed 4 years ago

otterley commented 4 years ago

ECR repository fairing-job needs to be created before trying to push to it. A step in the Jupyter notebook should be added.

Jeffwan commented 4 years ago

@otterley Thanks. This is good. I think one more thing I can improve this is add support in fairing project to check fairing-job before it push images. If this is not found, we can have some initialization.

I will file PR to workshop for short term solution and PR to kubeflow/fairing for long term