Skip to content

Commit c1c8a72

Browse files
committed
Document the need for htpasswd with install instructions for linux.
1 parent 8954796 commit c1c8a72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ However, initial development was done on GCE and so our instructions and scripts
1919

2020
git clone https://github.com/GoogleCloudPlatform/kubernetes.git
2121

22+
5. Setting up a cluster requires the `htpasswd` tool in order to hash a randomly generated password for accessing the API server. This is already installed on recent version of Mac OS X but on linux you need to install it yourself. On Debian/Ubuntu you can do this with:
23+
24+
sudo apt-get udpate
25+
sudo apt-get install apache2-utils
26+
2227
### Setup
2328

2429
The setup script builds Kubernetes, then creates Google Compute Engine instances, firewall rules, and routes:

0 commit comments

Comments
 (0)