From 25316825b1d10a12bc2fafa1f9855c4fa170b2b9 Mon Sep 17 00:00:00 2001
From: Karthikeya Viswanath <1814422+paranoidsp@users.noreply.github.com>
Date: Fri, 19 Nov 2021 22:49:23 +0000
Subject: [PATCH] docs: remove basic auth reference in getting-started (#7823)

---
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index d72d25096..32660d1d3 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -86,7 +86,7 @@ More details on this process are in the [HA guide](/docs/ha-mode.md).
 Kubespray permits connecting to the cluster remotely on any IP of any
 kube_control_plane host on port 6443 by default. However, this requires
 authentication. One can get a kubeconfig from kube_control_plane hosts
-(see [below](#accessing-kubernetes-api)) or connect with a [username and password](/docs/vars.md#user-accounts).
+(see [below](#accessing-kubernetes-api)).
 
 For more information on kubeconfig and accessing a Kubernetes cluster, refer to
 the Kubernetes [documentation](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
-- 
GitLab