Skip to content
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

Error setting env deployment/www-store in Lab 1 if A-Cloud-Native-Applications lab was previously completed. #68

Open
pverge2112 opened this issue Aug 21, 2020 · 0 comments
Labels
good first issue Good for newcomers module-1 Module 1 related

Comments

@pverge2112
Copy link

pverge2112 commented Aug 21, 2020

If A-Cloud-Native-Applications lab is completed before Lab 1, you'll receive an error in Lab 1, task 4.5, step 3 when you run this command
oc -n {user-username} set env deployment/www-store ORDERS_EVENT_BASE_URL="http://i-events.fuse-{user-username}.svc:8080". It's because the previous lab deploys the node.js app via nodeshift and not a deployment config so www-store1 deployment doesn't exist. However, the ORDERS_EVENT_BASE_URL is already set to the correct URL based on the .nodeshift/deployment.yml. Maybe this should be called out somewhere in Lab 1

@hguerrero hguerrero added good first issue Good for newcomers module-1 Module 1 related labels Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers module-1 Module 1 related
Projects
None yet
Development

No branches or pull requests

2 participants