Kenjiro Nakayama
cb2c62f0d8
Fix filepath to simple sample pod
2015-05-11 00:21:33 +09:00
Tim Hockin
12e4e8f304
Make docs links go through docs.k8s.io
2015-04-23 16:36:27 -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
Young
e4aa1b3924
supplement the way to add a DNS for local kubernetes
2015-04-12 14:40:52 +08:00
Alex Mohr
da9622a6d7
Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..."
2015-03-09 14:44:14 -07:00
Alex Mohr
44b9b7aea5
Revert "Deleting old sample JSON; moving those in use; updating references"
2015-03-09 14:18:40 -07:00
Alex Mohr
e9ea7a4042
Merge pull request #5170 from you-n-g/master
...
update the version in document
2015-03-09 13:55:32 -07:00
Young
72399a1b24
update the version in document
2015-03-08 12:21:13 +00:00
MikeJeffrey
4da6d413be
Deleting old sample JSON; moving those in use; updating references
2015-03-06 17:24:45 -08:00
Nigel Charman
862065ed8d
Update locally.md
...
Modify etcd link to remove /tag/0.4.6, since kubernetes requires etcd v2.0 or later
2015-02-14 21:48:16 +13:00
Jeff Lowdermilk
61cc821506
Make local clusters work painlessly with kubeconfig
2015-02-12 16:30:41 -08:00
Yu-Ju Hong
63a40521b1
locally.md: update the docker version requirement to 1.3
2015-02-12 14:05:26 -08:00
Prashanth Balasubramanian
c51349009c
Clarify the documentation for starting a local cluster.
2015-02-10 16:04:52 -08:00
Brendan Burns
93776b1363
Remove kubecfg from all getting started docs.
2015-02-04 23:20:11 -08:00
Sergey Evstifeev
fb2466bf21
Remove unnecessary 'sudo'
...
It seems to me that calling 'sudo' is not necessary at this point. In fact, if kubernetes hasn't been built yet, this will result in _output/ folder being owned by root thus making it not possible to run other consequent commands without 'sudo'.
2014-12-22 14:59:06 +01:00
Michael Jeffrey
e69389f7e2
Using kubectl in getting started guides
2014-12-04 14:56:40 -08:00
Joe Beda
00477c3813
Merge pull request #2601 from hallucynogenyc/patch-1
...
Updated instructions for locally running kubernetes
2014-12-01 10:28:45 -08:00
Andrew Smith
5282be9a86
Change nginx bind port so it doesn't conflict
...
Currently if you follow this guide when it comes to starting nginx you get this error:
Error starting userland proxy: listen tcp 0.0.0.0:8080
Because Kubernetes is already listening on :8080, so you can't bind nginx to :8080, so I've changed it to :8081
2014-11-30 11:14:24 +00:00
hallucynogenyc
aa940f3ec7
Updated instructions for locally running kubernetes
...
Go is a dependency.
2014-11-25 15:53:51 +00:00
Shai Coleman
ef72c4ca1d
Added KUBERNETES_PROVIDER instructions Getting started locally
2014-11-16 22:41:27 +00:00
Deyuan Deng
7f6580dbea
Fix DESIGN.md link, and etcd installation instruction.
2014-11-11 22:12:27 -05:00
Tim Hockin
99bca68c7d
Add local-up support
2014-10-16 08:36:47 -07:00
Andrew Smith
abc218aba3
Change etcd install from go get to binaries from releases
...
To address #1380 , current version of etcd on master is incompatible with current version of kubernetes on master
2014-09-19 15:53:19 +01:00
Yves Junqueira
21cb9d19c2
Local install: add link to Docker install instructions
2014-09-18 01:23:26 +02:00
Brian Grant
276df0bf2a
Misc. doc updates: Go setup, ssh reqd. on GCE, etcd reqd. for local, moved community links to wiki
2014-09-11 20:10:49 +00:00
Joseph Anthony Pasquale Holsten
85cb097bfe
note linux dependency in local getting-started-guide
...
While the linux dependency is obvious with a moment's thought, some
users (especially on *nix) might plow ahead before realizing their
system isn't supported. This adds a requirements section and points
users in the direction of guides more likely to work for them.
2014-08-16 20:51:18 +00:00
derekwaynecarr
fea7b61b81
Add local scripts, simplify kubecfg.sh
2014-08-11 13:02:52 -04:00
Kelsey Hightower
ebf89262eb
Move getting started guides to dedicated directory
...
The project README is getting quite large mainly because of all
the getting started guides embedded in the README.
Create the docs/getting-started-guides directory and relocate all
getting started guides. Update the README to link to each getting
started guide.
2014-08-03 13:16:18 -07:00