From a6ac2a11ffc96296f2493bb4f7f42e06385a703b Mon Sep 17 00:00:00 2001 From: William Chang Date: Fri, 5 May 2017 09:04:51 +0800 Subject: [PATCH] Update the cluster deploy script path. --- docs/getting-started-guides/fedora/fedora_ansible_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/fedora/fedora_ansible_config.md b/docs/getting-started-guides/fedora/fedora_ansible_config.md index c3615f2aed..363497942b 100644 --- a/docs/getting-started-guides/fedora/fedora_ansible_config.md +++ b/docs/getting-started-guides/fedora/fedora_ansible_config.md @@ -149,7 +149,7 @@ This will finally setup your whole Kubernetes cluster for you. ```shell cd ~/contrib/ansible/ -./setup.sh +./scripts/deploy-cluster.sh ``` ## Testing and using your new cluster