cloud-native-guides
cloud-native-guides copied to clipboard
The Workshopper Guides for Cloud Native Roadshow on OpenShift https://www.openshift.com
When having cloud ready workspaces set up on an OpenShift 4.1 cluster the OpenShift OAuth login with Code Ready Workspaces does not work and provides a "Were Sorry Unexpected error...
When selecting the admin user and password for the infra services, `admin` is not a valid value. We need to force a check at the beginning of the execution preventing...
Looks like you don't have to "Convert to Project" any more with a newer version of CodeReady.
As an example, in the Swarm module the auto copy-paste for the Inventory.class doesn't work -- clicking in the box doesn't highlight everything.
the pipeline lab says to test delivery as the last step. I happened to magically try to debug right as the new pipeline build of the inventory pod was deploying....
lab guide says: ``` $ oc logs dc/gateway | grep -i error ... WARNING: Inventory error for 444436: status code 204 SEVERE: Inventory error for 444436: null ... ``` What...
It doesn't appear that the pipeline builds are using the internal nexus repo: ``` Downloaded: https://maven.repository.redhat.com/ga/org/jboss/eap/wildfly-clustering-web-undertow/7.1.1.GA-redhat-2/wildfly-clustering-web-undertow-7.1.1.GA-redhat-2.jar (102 kB at 4.2 kB/s) ```
Is there a reason the gogs user account isn't precreated like we do for the starter workshop?
Copy/paste out of the Che terminal is kind of a bear. The following bash makes it so that you don't need to copy/paste: ``` `curl http://`oc get route inventory -o...