From fcb678504648f3e36b169e2ef6fdb85b43bb22f1 Mon Sep 17 00:00:00 2001 From: dungeonmaster18 Date: Wed, 8 Nov 2017 13:22:10 +0530 Subject: [PATCH] Added docs for kubectl cluster-info dump --- docs/tasks/tools/install-kubectl.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tasks/tools/install-kubectl.md b/docs/tasks/tools/install-kubectl.md index d753fff5bf..b0fa1fa96b 100644 --- a/docs/tasks/tools/install-kubectl.md +++ b/docs/tasks/tools/install-kubectl.md @@ -146,6 +146,11 @@ If you see a message similar to the following, kubectl is not correctly configur ```shell The connection to the server was refused - did you specify the right host or port? ``` +If kubectl cluster-info returns the url response but you can't access your cluster then to check whether it is configured properly or not use: + +```shell +kubectl cluster-info dump +``` ## Enabling shell autocompletion