From bdbba02a50ce5a072fcd482a4bd921604ea1dae9 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 10 Dec 2020 22:08:45 -0600 Subject: [PATCH] Fixes #13: Typo with order of args in Chapter 4 example. --- episode-04/k8s-manifests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episode-04/k8s-manifests/README.md b/episode-04/k8s-manifests/README.md index f8da297..9295f4e 100644 --- a/episode-04/k8s-manifests/README.md +++ b/episode-04/k8s-manifests/README.md @@ -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.