RedHatGov / serverless-workshop-dashboard

Lab guides for a workshop on OpenShift Serverless (Knative)
Apache License 2.0
5 stars 4 forks source link

Repeated instructions in lab 1.5 Create Topic #46

Closed TheRealCabrera closed 3 years ago

TheRealCabrera commented 3 years ago
We have a Kafka topic, we should now go ahead and create the Kafka topic. First set your USER_NUMBER in both terminals.

USER_NUMBER=$(oc whoami | sed 's/user//')
USER_NUMBER=$(oc whoami | sed 's/user//')
Now create the topic.

First set your USER_NUMBER.

USER_NUMBER=$(oc whoami | sed 's/user//')
Now create the topic.

The third USER_NUMBER=$(oc whoami | sed 's/user//') is a dupe

TheRealCabrera commented 3 years ago

Created a PR here: https://github.com/RedHatGov/serverless-workshop-dashboard/pull/48 I'll close once approved

jkeam commented 3 years ago

PR was approved and merged.