Skip to content
Snippets Groups Projects
Commit 28315ca9 authored by Ryan McGuire's avatar Ryan McGuire Committed by k8s-ci-robot
Browse files

Fix README links to new inventory file paths. (#3398)

parent dced082e
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ To deploy the cluster you can use : ...@@ -30,8 +30,8 @@ To deploy the cluster you can use :
CONFIG_FILE=inventory/mycluster/hosts.ini python3 contrib/inventory_builder/inventory.py ${IPS[@]} CONFIG_FILE=inventory/mycluster/hosts.ini python3 contrib/inventory_builder/inventory.py ${IPS[@]}
# Review and change parameters under ``inventory/mycluster/group_vars`` # Review and change parameters under ``inventory/mycluster/group_vars``
cat inventory/mycluster/group_vars/all.yml cat inventory/mycluster/group_vars/all/all.yml
cat inventory/mycluster/group_vars/k8s-cluster.yml cat inventory/mycluster/group_vars/k8s-cluster/k8s-cluster.yml
# Deploy Kubespray with Ansible Playbook # Deploy Kubespray with Ansible Playbook
ansible-playbook -i inventory/mycluster/hosts.ini cluster.yml ansible-playbook -i inventory/mycluster/hosts.ini cluster.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment