Last active
September 13, 2017 21:35
-
-
Save summerwind/617b0d1fe49ac9b666b7 to your computer and use it in GitHub Desktop.
Kubernetes を Vagrant でセットアップするコマンド。
This file contains 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
export KUBERNETES_PROVIDER=vagrant | |
export KUBERNETES_MEMORY=2048 | |
export NUM_MINIONS=2 | |
export KUBE_LOGGING_DESTINATION=elasticsearch | |
export KUBE_ENABLE_CLUSTER_LOGGING=true | |
export KUBE_ENABLE_NODE_LOGGING=true | |
curl -sS https://get.k8s.io | bash | |
#cd kubernetes | |
#./cluster/kube-up.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment