Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianberzins committed Apr 17, 2017
1 parent 735945c commit 9d57735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 9d57735

Please sign in to comment.