From af4585b818500c548c55688042d01684300dcad2 Mon Sep 17 00:00:00 2001 From: Takeshi Hagikura Date: Wed, 2 Jul 2014 18:40:37 +0900 Subject: [PATCH] Removes the htpasswd prerequisite from README Looks like htpasswd dependency was removed in this commit. 4eccd64e0ff5dd77e24f01a720a576fe24a953a3 --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index e5c026cc5bd..0761111fce6 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,6 @@ However, initial development was done on GCE and so our instructions and scripts git clone https://github.com/GoogleCloudPlatform/kubernetes.git -6. 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: - - sudo apt-get update - sudo apt-get install apache2-utils - ### Setup The setup script builds Kubernetes, then creates Google Compute Engine instances, firewall rules, and routes: