From 7631b261fbd93b8d13c82c056378df3e27fb95ee Mon Sep 17 00:00:00 2001 From: Adriaan de Jonge Date: Wed, 12 Jul 2017 20:26:07 +0400 Subject: [PATCH] Update kubectl to 1.7.0 --- docs/03-auth-configs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-auth-configs.md b/docs/03-auth-configs.md index 96338c3..3070391 100644 --- a/docs/03-auth-configs.md +++ b/docs/03-auth-configs.md @@ -9,7 +9,7 @@ The kubectl client will be used to generate kubeconfig files which will be consu ### OS X ``` -wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/darwin/amd64/kubectl +wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/darwin/amd64/kubectl chmod +x kubectl sudo mv kubectl /usr/local/bin ``` @@ -17,7 +17,7 @@ sudo mv kubectl /usr/local/bin ### Linux ``` -wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl +wget https://storage.googleapis.com/kubernetes-release/release/v1.7.0/bin/linux/amd64/kubectl chmod +x kubectl sudo mv kubectl /usr/local/bin ```