From ce168d364745e41eddb8a6c723151ac10f619a84 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Thu, 23 May 2019 01:16:45 -0700 Subject: [PATCH] Add a link in the minikube install instructions to jump to creating the required cluster role binding. --- site/content/en/docs/Installation/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/en/docs/Installation/_index.md b/site/content/en/docs/Installation/_index.md index a80a7cad85..28be92999b 100644 --- a/site/content/en/docs/Installation/_index.md +++ b/site/content/en/docs/Installation/_index.md @@ -148,6 +148,8 @@ minikube start --kubernetes-version v1.11.0 --vm-driver virtualbox \ --extra-config=apiserver.authorization-mode=RBAC ``` +Continue to [Enabling creation of RBAC resources](#enabling-creation-of-rbac-resources) + ## Setting up an Amazon Web Services EKS cluster ### Create EKS Instance