geerlingguy / kubernetes-101

Kubernetes 101 - by Jeff Geerling
https://kube101.jeffgeerling.com/
MIT License
555 stars 166 forks source link

Chapter 4 README.md typo? #13

Closed remyzandwijk closed 3 years ago

remyzandwijk commented 3 years ago

@geerlingguy, I suspect a typo in the k8s-manifests/README.md of chapter 4.

Shouldn't the line: kubectl logs -n -f drupal -l app=drupal

read: kubectl logs -f -n drupal -l app=drupal ?

Thanks!

geerlingguy commented 3 years ago

Oops, yes! I will get that fixed soon. Thanks for catching that!