marcel-dempers / docker-development-youtube-series

5.24k stars 4.04k forks source link

fix typo #169

Closed oversampling closed 1 year ago

oversampling commented 1 year ago

I am follow along with Youtube video, and I found potential typo in the readme file.

Original

kubectl apply -f rabbits deployment.yaml

Fixed

kubectl apply -n rabbits -f deployment.yaml

In the video, the author use fixed kubectl command in timestamp of 15:27, I believe the author forgot to change in the readme file. The original kubectl will cause error because the deployment.yml should be apply in namespace of rabbits.

marcel-dempers commented 1 year ago

You are a legend, thank you @chan1992241