From 5a7c93b3fb32c4142e6cb9d72fab14a623159bb9 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Tue, 27 Jun 2017 11:24:53 +0200 Subject: [PATCH] Update documentation (#2062) * Update documentation * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719c1b0b7..661458ae3 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The UI can _only_ be accessed from the machine where the command is executed. Se ## Alternative Usage You may access the UI directly via the apiserver proxy. Open a browser and navigate to `https:///ui`. -Please note, this works only if the apiserver is set up to allow authentication with username and password. This is not currently the case with the setup tool `kubeadm`. See [documentation](http://kubernetes.io/docs/admin/authentication/) if you want to configure it manually. +Please note that this works only if the apiserver is set up to allow authentication with username and password or certificates, however certificates require some manual steps to be installed in the browser. This is not currently the case with the setup tool `kubeadm`. See [documentation](http://kubernetes.io/docs/admin/authentication/) if you want to configure it manually. If the username and password is configured but unknown to you, then use `kubectl config view` to find it. -- GitLab