-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lab 1 Errors or Help on expected behavior #83
Comments
Continuing on with issue for Lab #1 while using the training instance Option Removing most of these comments, because I now how use the Copy Paste utility correctly Section 4.2.15 it is just a little thing but consider Title of the API "Place order" to happen in 4.2.5 instead as you defining most of the API top to bottom. Section 4.5.5. might want to mention it takes a 3 or more minutes. for the invoice and inventory events to update on the OCP Topology view Section 5.2.5 the copy past does no perserve the syntax producing the following: |
I read more notes and worked with another SSA on this lab and figured out the Placing one comment at the top of the lab about how to copy in paste will keep others from selecting the incorrect way. Now that I have corrected how I copy I can easily through the 1st lab until I get to section 5.2.4 where I can not deploy the image. See: https://docs.google.com/document/d/1BsT7_D0-D1dmZyjGKc9vuwz1fQHfr2wHvEBDBtolJTQ/edit |
Section 5.2.4 Deploy The command need one more space to work correctly: oc new-app -n {user-username} events -l 'app.openshift.io/runtime=quarkus,app.kubernetes.io/part-of=event-driven'; oc expose svc/events -n {user-username} Between the two commands and it will work. If left as is , it will not find the events image. |
@mw1baker please, can you help us to spread the comments in independent issues so we can track them better? |
While doing Lab 1 and ordering in section 2.3 the response in 2.4 come back with message of Order Success. The instructions and illustration show detailed order item should be the response. Should I be concerned about that difference.
The text was updated successfully, but these errors were encountered: