From 71d2a859cfba7172351200f2f0debb4d900c47e8 Mon Sep 17 00:00:00 2001 From: bradhoekstra Date: Wed, 3 Oct 2018 09:19:22 -0400 Subject: [PATCH] Fix get-credentials link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5732d..c166915 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ are configured with your desired project & cluster. 1. run `gcloud init` to select your account, project and region containing the GKE cluster. 2. run -(get-credentials)[https://cloud.google.com/sdk/gcloud/reference/container/clusters/get-credentials] +[get-credentials](https://cloud.google.com/sdk/gcloud/reference/container/clusters/get-credentials) to configure `kubectl`. ## Exposing a Deployment with kubehost