Commit Graph

16 Commits

Author SHA1 Message Date
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