kmachine-1.1.2
This is a first release of kmachine with TLS/token support.
This is docker-machine
plus automated provisioning of a single Kubernetes 1.1.2 node instance using containers.
The result is this:
$ kmachine create -d digitalocean foobar
$ eval "$(kmachine env foobar)"
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
foobar-127.0.0.1 5/5 Running 0 31s
Installation
Download the .zip file for your OS and architecture.
Extract the contained binaries to your PATH.
e.g., for Mac OSX:
$ sudo curl -L https://github.com/skippbox/machine/releases/download/v1.1.2/kmachine_darwin-amd64.tar.gz >kmachine.tar.gz && \
tar xzf kmachine.tar.gz && \
rm kmachine.tar.gz && \
mv -f kmachine_darwin-amd64/* /usr/local/bin