From 9d577356e0534878fcca4ca84598092af7ba67ff Mon Sep 17 00:00:00 2001 From: brianberzins Date: Mon, 17 Apr 2017 09:50:36 -0500 Subject: [PATCH] 1.6.1 --- Dockerfile | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ec22cb..5b2149e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine RUN mkdir /root/.kube -ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/amd64/kubectl /usr/local/bin/kubectl +ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl RUN chmod a+x /usr/local/bin/kubectl diff --git a/README.md b/README.md index 3e770ea..6b3ba4b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ contains: - kubectl for executing kubernetes commands -- ca-certificates - the `~/.kube/` directory encouraged usage: -- setup your kube config file to use embedded cert data instead of paths to cert files -- pass in the contents the desired kube config file as an environment variable -- use `echo "$KUBE_CONFIG" > ~/.kube/conf` to write it to a file -- run any other `kubectl` commands as desired +- drop in a configuration file into ~/.kube/config with embedded cert data +- run the commands you want!