From c7731a3b93f7d74185422c651d5313bf9aa8e55d Mon Sep 17 00:00:00 2001 From: email <timothee.faure@cegetel.net> Date: Tue, 1 Aug 2017 14:24:19 +0200 Subject: [PATCH] update docs --- docs/weave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/weave.md b/docs/weave.md index 22c0c4aba..065a5a008 100644 --- a/docs/weave.md +++ b/docs/weave.md @@ -29,7 +29,7 @@ kubectl -n kube-system get pods | grep weave weave-net-50wd2 2/2 Running 0 2m weave-net-js9rb 2/2 Running 0 2m ``` -There must be as many pods as nodes (here kubernetes have 2 nodes so there are 2 pods weave). +There must be as many pods as nodes (here kubernetes have 2 nodes so there are 2 weave pods). * Check status of weave (connection,encryption ...) for each node -- GitLab