Adding pyenv as venv in python3 for bootstrap script

This commit is contained in:
Moritz Graf 2020-11-07 23:26:48 +01:00
parent 3df266b0f1
commit f8483eb20b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Install Kubernetes:
```sh ```sh
$ ./init.sh $ ./init.sh
$ # follow instructions from output, sth like: $ # 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 $ ansible-playbook -i inventory/prod/inventory.ini cluster.yml
``` ```