Skip to content
Snippets Groups Projects
Unverified Commit 5dba53a2 authored by Robin Opletal's avatar Robin Opletal Committed by GitHub
Browse files

Fix dynamic inventory link (#7367)

parent 2bcd9eb9
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ See more details in the [ansible guide](/docs/ansible.md). ...@@ -42,7 +42,7 @@ See more details in the [ansible guide](/docs/ansible.md).
You may want to add worker, master or etcd nodes to your existing cluster. This can be done by re-running the `cluster.yml` playbook, or you can target the bare minimum needed to get kubelet installed on the worker and talking to your masters. This is especially helpful when doing something like autoscaling your clusters. You may want to add worker, master or etcd nodes to your existing cluster. This can be done by re-running the `cluster.yml` playbook, or you can target the bare minimum needed to get kubelet installed on the worker and talking to your masters. This is especially helpful when doing something like autoscaling your clusters.
- Add the new worker node to your inventory in the appropriate group (or utilize a [dynamic inventory](https://docs.ansible.com/ansible/intro_dynamic_inventory.html)). - Add the new worker node to your inventory in the appropriate group (or utilize a [dynamic inventory](https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html)).
- Run the ansible-playbook command, substituting `cluster.yml` for `scale.yml`: - Run the ansible-playbook command, substituting `cluster.yml` for `scale.yml`:
```ShellSession ```ShellSession
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment