Commit Graph

52 Commits

Author SHA1 Message Date
Patrick Reilly
5d5a1abae6 Update Vagrant guide to use new term nodes 2015-06-08 08:41:28 -07:00
Anastasis Andronidis
9e3a540940 rename resize to scale 2015-05-27 19:08:06 +02:00
Anastasis Andronidis
d4a47bdb9e rename run-container to run in kubectl 2015-05-27 19:07:17 +02:00
Chao Xu
5b8b5a0844 in docs, update replicationController to replicationcontroller 2015-05-20 17:31:15 -07:00
Victor Marmol
4ba22e713a Merge pull request #8296 from jlowdermilk/gen-analytics
Add ga-beacon analytics to gendocs scripts
2015-05-18 08:40:02 -07:00
Derek Carr
4753021167 Merge pull request #7617 from pronix/add_libvirt_vagrant_provider
Add libvirt provider for vagrant
2015-05-18 08:27:51 -04:00
Jeff Lowdermilk
553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
dima
3519e83001 Add libvirt provider for vagrant
typo. thanks @fodoj
add short desc and link to docs
2015-05-14 10:37:49 +02:00
Matt Bogosian
89a5c4d44e Fix environment variable error in Vagrant docs: KUBERNETES_MASTER_MINION -> KUBERNETES_MINION_MEMORY. 2015-05-07 12:04:31 -07:00
Harry Zhang
7c043b7b26 Fix invalid character '"' after object key:value pair
There missed a comma and lead invalid character '"' after object key:value pair
2015-04-29 17:04:37 +08:00
Peter Lamar
052ae3130e Update vagrant.md 2015-04-26 14:20:15 -07:00
Matt Bogosian
e8672e2242 Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, VMWare Workstation, and Parallels. 2015-04-17 11:26:29 -07:00
Tim Hockin
c2bacd588d Stop using dockerfile/* images
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx.  Fix all
users in our tree.  Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Robert Bailey
a7bc9edb96 Specify bash when installing kubernetes via get.k8s.io.
Fixes #5689.
2015-03-21 22:50:29 -07:00
Rohit Jnagal
0817bf2c72 Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Derek Carr
ab58268d7e Merge pull request #5077 from fabioy/doc-fixit
Update Vagrant starter guide.
2015-03-05 22:51:56 -05:00
Fabio Yeon
385f814775 Update Vagrant starter guide. 2015-03-05 09:42:47 -08:00
Ryan Fowler
749ae3d661 Vagrant VM memory environment variable.
Has Vagrant try to read `KUBERNETES_MEMORY` environment varilable when setting
$vm_mem.

fixes #3792
2015-03-04 14:45:01 -06:00
Brendan Burns
f2cf462f78 Merge pull request #3897 from marctrem/master
Calling 'vagrant up' directly is not supported.  Instead, please run the...
2015-02-19 11:48:43 -08:00
Jeff Lowdermilk
197059b65d Remove kubecfg, cleanup a few stray references. 2015-02-10 16:43:12 -08:00
Brendan Burns
93776b1363 Remove kubecfg from all getting started docs. 2015-02-04 23:20:11 -08:00
Marc Tremblay
25a6cbf526 Calling 'vagrant up' directly is not supported. Instead, please run the following:
export KUBERNETES_PROVIDER=vagrant
  ./cluster/kube-up.sh
2015-01-28 17:22:59 -05:00
Joe Beda
24e512b4b8 Update instructions for running Vagrant e2e 2015-01-15 09:12:20 -08:00
derekwaynecarr
2d9977cf1a Reduce number of minions to improve user experience 2015-01-09 13:00:48 -05:00
Richard Larocque
56922a7da9 Update the Vagrant getting started guide
Fixes two instances that reference the deprecated kubecfg.sh tool.

Update the kubernetes_vagrant_auth example to more accurately reflect
what happened when I ran the scripts on my local machine.
2014-12-19 16:07:31 -08:00
Ian Lewis
ed1962c1ca Fixed position of NUM_MINIONS example 2014-12-18 15:04:04 +09:00
Joe Beda
428aeacf6d Rework vagrant cluster set up.
* Have a single config file that mirrors other cluster providers
* Warn users not to use 'vagrant up' directly
* Allow 'extra' parameters to the docker daemon.  Fixes #2685
* Renumbers things so that they are more sane.  Master/minions are 10.245.1.x, container subnets are 10.246.x.1/24, portal is 10.247.0.0/16
2014-12-17 13:23:39 -08:00
resouer
7bbfec0f4a Add kuber box location env to make it faster. 2014-12-15 14:23:48 +08:00
Brendan Burns
3a201e5eaf Add a note that vagrant suspend is not supported. 2014-12-09 16:20:47 -08:00
Michael Jeffrey
e69389f7e2 Using kubectl in getting started guides 2014-12-04 14:56:40 -08:00
Deyuan Deng
ec7d544194 Use formatLabel instead of label.Set 2014-11-24 18:45:29 -05:00
Deyuan Deng
6a42b66369 Display node label 2014-11-22 11:33:02 -05:00
Joe Beda
66d287f7e4 Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube
* 'rename-to-kube' of https://github.com/eparis/kubernetes:
  rename kube server binaries to kube-

Conflicts:
	docs/salt.md
2014-11-17 09:52:10 -08:00
Alen Komljen
af3c449a62 Update vagrant.md 2014-11-14 17:01:59 +01:00
Alen Komljen
58248b9c05 Take advantage of salt to run remote commands 2014-11-14 16:34:20 +01:00
Eric Paris
a99c3c7963 rename kube server binaries to kube-
apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.

Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0.  That's it.  Who knows if any of this
actually works....
2014-11-13 20:08:26 -05:00
Ron Alexander
fede23f213 corrected file path for .kubernetes_vagrant_auth. Confirmed correct file location in kubernetes/cluster/kubecfg.sh 2014-11-10 11:04:10 -08:00
Cole Mickens
da214a9517 Add net-tools pre-req to Vagrant instructions
Adds a note mentioning that `net-tools` are required for bridging VirtualBox's host networks. Added a similar note under the troubleshooting section.
2014-11-02 19:27:43 -08:00
Przemo Nowaczyk
a156691e37 small docs fixes 2014-10-28 21:03:13 +01:00
Joe Beda
5c84cd21a4 Tweak vagrant README a little for new binary deploy world. 2014-10-11 15:37:06 -07:00
Joe Beda
38d5906044 Clean up READMEs and broken stuff.
Move all support for clouds that are broken with this change into an `icebox` directory.  We'll move that stuff back out as we fix it up.
2014-10-10 12:33:36 -07:00
KORNISTE
6462030a32 fix spelling : docs/getting-started-guides/vagrant.md 2014-09-28 00:54:35 +09:00
Brendan Burns
e8f3c3cb19 Fix a typo, add instructions for running make. 2014-09-26 14:52:03 -07:00
Joe Beda
7743f33359 Merge pull request #1379 from runseb/vagrant
Modifications and improvements to the vagrant cluster README
2014-09-23 09:21:04 -07:00
Sebastien Goasguen
826680353d Modifications and improvements to the vagrant cluster README 2014-09-23 15:39:16 +02:00
Brendan Burns
0c2ea0bcf2 rev versions to 0.3 2014-09-22 14:54:33 -07:00
brendandburns
84edb60bcd slight wording change 2014-09-08 21:12:56 -07:00
brendandburns
56c8f43f0c update vagrant to point at the 0.2 release 2014-09-08 21:12:36 -07:00
derekwaynecarr
10be80295c apiserver listen on 0.0.0.0 in vagrant 2014-08-14 10:02:04 -04:00
Brad Wells
0ef6b9eb19 Add explicit instruction to vagrant example docs
Building kubecfg is required for kubecfg.sh. kubecfg.sh will warn
of this if it hasn't been built, but it's a better user experience
to make people explicitly aware of all required steps.
2014-08-08 23:09:58 -06:00