redhat-scholars / kubernetes-tutorial

Kubernetes Tutorial for https://dn.dev/master
https://redhat-scholars.github.io/kubernetes-tutorial/
Apache License 2.0
362 stars 193 forks source link

Slight error in the Dev Nation Kubernetes Tutorial - 2. Beginner - kubectl - Talk To The App #18

Closed wkremser closed 4 years ago

wkremser commented 4 years ago

Hi Sebastien, hi Burr,

Your livestream today was incredible again :) .. I finally got the time to play with the kubernetes tutorial.

I found a little inconsistence in it.

In the Section “Talk to the App” on 2. Beginner / kubectl there is a slight error in the command querying the IP address. The command "IP=$(minikube ip)” should be changed to "IP=$(minikube ip -p devnation)"

It took me quite a while to figure that out.

With regards Wolfgang “DJ Madie” Kremser

lordofthejars commented 4 years ago

Thank you very much for your comment, this is fixed now.