From f8483eb20bca11584fe6cb4932fa5fccf3c6ced0 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sat, 7 Nov 2020 23:26:48 +0100 Subject: [PATCH] Adding pyenv as venv in python3 for bootstrap script --- bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/README.md b/bootstrap/README.md index 49b992e..c981285 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -44,7 +44,7 @@ Install Kubernetes: ```sh $ ./init.sh $ # follow instructions from output, sth like: -$ cd kubespray │nginx-ingress-default-backend-5b967cf596-sk7p7 1/1 Running 0 22h +$ cd kubespray $ ansible-playbook -i inventory/prod/inventory.ini cluster.yml ```