From 0e51486ec9ed655cd84e8c718aef90c8c5b6d5d0 Mon Sep 17 00:00:00 2001 From: Abhinandan Prativadi Date: Mon, 25 Sep 2017 08:31:15 -0700 Subject: [PATCH] Update README.md Signed-off-by: Abhinandan Prativadi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87dfa57d2..8931809c9 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ sudo cri-containerd -v 2 --alsologtostderr ```shell CONTAINER_RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT='/var/run/cri-containerd.sock' ./hack/local-up-cluster.sh ``` +For a multi node cluster installer and bring up steps using ansible and kubeadm refer to [Getting started](contrib/ansible/getting-started.md) guide. + ## Documentation See [here](./docs) for additional documentation. ## Contributing