openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
135 stars 147 forks source link

Lab #12) frontend parksmap need to be redeployed after adding the right label on nationalparks backend route #95

Closed rafaeltuelho closed 5 years ago

rafaeltuelho commented 5 years ago

On Lab #12 Adding a Database Application Description after adding the label:

oc label route nationalparks type=parksmap-backend

you have to redeploy the frontend parksmap in order to discovery the backend's route correctly. Is that supposed to happen automatically?

jorgemoralespou commented 5 years ago

Most likely the frontend application was not properly scaled to 1, and when this happens then the application might not refresh.

Can you verify if the frontend parksmap was scaled to 1 as instructed?