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

Running into an issue with KFserving notebook #67

Open dalbhanj opened 4 years ago

dalbhanj commented 4 years ago

Notebook Which notebook you have problem with? e.g. 06_02_Kfserving.ipynb

Describe the bug A clear and concise description of what the bug is. Inference service doesn't come up for some reason

kubectl get inferenceservice -A NAMESPACE NAME URL READY DEFAULT TRAFFIC CANARY TRAFFIC AGE eksworkshop flower-sample False

Hence the subsequent step after this fails Check the InferenceService KFServing.get('flower-sample', namespace=namespace, watch=True, timeout_seconds=120) NAME READY DEFAULT_TRAFFIC CANARY_TRAFFIC URL
flower-sample False
flower-sample False

Expected behavior A clear and concise description of what you expected to happen. I was expecting to invoke endpoint and try out Canary for Inference service

Screenshots If applicable, add screenshots to help explain your problem. NA

Environment (please complete the following information):