From 4aadfef47c8bf77eb812dc6567c5c6005cf45356 Mon Sep 17 00:00:00 2001 From: Sascha Marcel Schmidt Date: Sat, 16 Sep 2017 14:54:18 +0200 Subject: [PATCH] fixes #2749 --- docs/getting-started-guides/fedora/fedora_ansible_config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/fedora/fedora_ansible_config.md b/docs/getting-started-guides/fedora/fedora_ansible_config.md index a952a0cd4c..d6399f1b3f 100644 --- a/docs/getting-started-guides/fedora/fedora_ansible_config.md +++ b/docs/getting-started-guides/fedora/fedora_ansible_config.md @@ -147,9 +147,9 @@ dns_setup: true This will finally setup your whole Kubernetes cluster for you. ```shell -cd ~/contrib/ansible/ +cd ~/contrib/ansible/scripts/ -./scripts/deploy-cluster.sh +./deploy-cluster.sh ``` ## Testing and using your new cluster