mirror of
https://github.com/geerlingguy/kubernetes-101.git
synced 2026-08-24 02:24:23 -05:00
Fixes #13: Typo with order of args in Chapter 4 example.
This commit is contained in:
@@ -66,7 +66,7 @@ Now you can take the IP address of any node, and pair that with the NodePort tha
|
||||
And you can access the Drupal container's Apache logs with:
|
||||
|
||||
```
|
||||
kubectl logs -n -f drupal -l app=drupal
|
||||
kubectl logs -f -n drupal -l app=drupal
|
||||
```
|
||||
|
||||
Install the Drupal site using the UI, and create an Article (under Content > Add content > Article) with an image inside the Body text.
|
||||
|
||||
Reference in New Issue
Block a user