aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-11-09 15:04:25 +0100
committerStaffan Olsson <staffan@repos.se>2017-11-09 15:04:25 +0100
commit75e3db4e7ab2a62546d82b3ee19e295e7142320c (patch)
treea7bd8f3324543f21e1c00a7fe152c0de3257c062
parent57ed995c60f9166be5695999d2fc45938235d0d0 (diff)
downloadkubernetes-kafka-bootstrap-test.tar.gz
kubernetes-kafka-bootstrap-test.tar.bz2
kubernetes-kafka-bootstrap-test.zip
Adapts readme to 56aad28bootstrap-test
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 66f329f..901cefd 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
```