Skip to content

Instantly share code, notes, and snippets.

@summerwind
Last active September 13, 2017 21:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save summerwind/617b0d1fe49ac9b666b7 to your computer and use it in GitHub Desktop.
Save summerwind/617b0d1fe49ac9b666b7 to your computer and use it in GitHub Desktop.
Kubernetes を Vagrant でセットアップするコマンド。
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