Created
November 18, 2016 01:50
-
-
Save jaohaohsuan/f5a4400d0013dcf78693ebf4eaef2ea1 to your computer and use it in GitHub Desktop.
install kubectl form image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --rm \ | |
| -v /opt/bin:/tmp/bin gcr.io/google_containers/hyperkube:v1.4.6 \ | |
| /bin/sh -c "cp /hyperkube /tmp/bin" \ | |
| && ln -s /opt/bin/hyperkube /opt/bin/kubectl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment