From 5db1c3eef7752f45c18eb03bb27f2fb92b75b2de Mon Sep 17 00:00:00 2001
From: Karol Chrapek <kaarol@it-flow.pl>
Date: Mon, 9 Apr 2018 00:45:55 +0200
Subject: [PATCH] Add note about privilege escalation method to the README

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 3bd0ebfb9..9ceb241c0 100644
--- a/README.md
+++ b/README.md
@@ -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
 ---------------
-- 
GitLab