Fixes #13: Typo with order of args in Chapter 4 example.

This commit is contained in:
Jeff Geerling
2020-12-10 22:08:45 -06:00
parent 633462fe4c
commit bdbba02a50
+1 -1
View File
@@ -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.