From 75e3db4e7ab2a62546d82b3ee19e295e7142320c Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Thu, 9 Nov 2017 15:04:25 +0100 Subject: [PATCH] Adapts readme to 56aad28 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f329fe..901cefdb 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ Like the rest of this repo they have `kubectl` as the only local dependency. ``` kubectl apply -f test/ # Anything that isn't READY here is a failed test -kubectl get pods -l test-target=kafka,test-type=readiness -w --all-namespaces +kubectl get pods -l test-type=readiness -w --namespace=test-kafka ```