Skip to content
Snippets Groups Projects
Unverified Commit 981e61fb authored by Aivars Sterns's avatar Aivars Sterns Committed by GitHub
Browse files

Merge pull request #2625 from kaarolch/master

Add note about ansible_become to coreos section
parents 0f35e17e 5db1c3ee
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,9 @@ Requirements
- **Your ssh key must be copied** to all the servers part of your inventory.
- The **firewalls are not managed**, you'll need to implement your own rules the way you used to.
in order to avoid any issue during deployment you should disable your firewall.
- If kubespray is ran from non-root user account, correct privilege escalation method
should be configured in the target servers. Then the `ansible_become` flag
or command parameters `--become or -b` should be specified.
Network Plugins
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment