IBM / guestbook

Apache License 2.0
65 stars 226 forks source link

Failed to find the `guestbook-telemetry.yaml` file in `v2` dir #60

Closed raojuantracy closed 5 years ago

raojuantracy commented 5 years ago

I follow the instruction guide, https://courses.cognitiveclass.ai/courses/course-v1:CognitiveClass+CO0401EN+v1/courseware/ea12e5b5b81f44489f2dc15692d39553/a9d72674d99c464abdf8159de90efab4/, to create a rule to collect telemetry data. But I failed to find the guestbook-telemetry.yaml file in v2 directory.

# istioctl create -f guestbook-telemetry.yaml

bvennam commented 5 years ago

Hey @raojuantracy, thanks for reaching out. The course is a bit out of date, and is in the process of being updated. I apologize for the inconvenience.

That guestbook-telemetry.yaml file is actually in the istio101 lab repo: https://github.com/IBM/istio101/blob/master/workshop/plans/guestbook-telemetry.yaml

My suggestion, until the course is updated, is to follow the repo here which should be up to date: https://github.com/IBM/istio101/tree/master

You can still take the exam questions over on the course webpage to earn your badge.

raojuantracy commented 5 years ago

sure, thank you.