Commit Graph

379 Commits

Author SHA1 Message Date
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
Cole Mickens
93d76762b7 Update azure.md 2015-04-16 00:30:10 -07:00
Cole Mickens
205d3bf907 Add vnet instructions to azure getting started 2015-04-16 00:22:39 -07:00
Dawn Chen
9ffebf7f7d Merge pull request #6805 from eparis/fedora-docs
update fedora documentation
2015-04-14 09:50:02 -07:00
Yu-Ju Hong
190e6df400 Merge pull request #6407 from IanLewis/master
Updated instance name for standalone CoreOS guide.
2015-04-14 09:36:41 -07:00
Eric Paris
069b3a9c29 update fedora documentation 2015-04-14 10:24:52 -04:00
Dawn Chen
ae144d7b1f Merge pull request #6639 from eLobato/patch-1
Minor typos in Fedora ansible docs
2015-04-13 13:48:47 -07:00
Young
e4aa1b3924 supplement the way to add a DNS for local kubernetes 2015-04-12 14:40:52 +08:00
Brendan Burns
6217ae0242 Update to 0.14.2 in the docker k8s instructions. 2015-04-10 22:02:55 -07:00
Daniel Lobato García
baabd96106 Minor typos in Fedora ansible docs 2015-04-09 20:54:14 +03:00
Vish Kannan
ffffbb7edf Merge pull request #6505 from brendandburns/hyperkube
Docker multi-node
2015-04-08 11:08:39 -07:00
Brendan Burns
b3c46b5c66 Add a Docker multi-node setup. 2015-04-07 21:22:33 -07:00
Ilya Dmitrichenko
ddfd480828 Fix markdown syntax. 2015-04-08 00:28:54 +01:00
Brian Grant
585aa77cd4 Merge pull request #6531 from bprashanth/liveness
Fix liveness probe in pod.json example
2015-04-07 13:52:40 -07:00
Prashanth Balasubramanian
56b8de6f6c Fix liveness probe in pod.json example 2015-04-07 12:15:06 -07:00
Sam Ghods
71027d1f19 Create Prerequisites section of GCE getting started guide
The "Troubleshooting" section of the Google Compute Engine is more like a prerequisites section, like the AWS guide. This reorganizes the guide to reflect that. (The "Networking" section actually is more of a troubleshooting section.)
2015-04-07 11:15:22 -07:00
Brendan Burns
cab0960965 Move GKE to the top of the list of supported solutions.
Also mention GKE in the GCE guide, and clean up some minor bits.
2015-04-06 22:16:07 -07:00
Brendan Burns
42e4eaa98a Add a multi-node startup guide. 2015-04-06 16:29:46 -07:00
Robert Bailey
05fd6fe619 Merge pull request #6432 from brendandburns/hyperkube
Add a docker image for hyperkube, and instructions on how to use.
2015-04-06 11:23:40 -07:00
Brendan Burns
628b052aae Add a docker how-to guide. 2015-04-06 10:43:42 -07:00
mazswojejzony
0062da4956 Added extra info on 10.0.0.0/16 network
Using 10.0.0.0/16 for flannel network and 10.10.103.x for example cluster network is a bit misleading as people may think they should use the same network for both flannel and eth0 interfaces. This commit tries to clarify that flannel shall use different network.
2015-04-05 22:38:24 +02:00
Ian Lewis
471ffcb714 Updated instance name for standalone CoreOS guide. 2015-04-03 16:08:15 +09:00
David Oppenheimer
eb11e02964 Merge pull request #5442 from mesosphere/getting-started-guide-mesos
Getting started guide for Mesos on Google Cloud Platform
2015-04-02 17:32:40 -07:00
Tobi Knaup
8a6e13a8c4 Explain how to get to the Mesos GUI 2015-04-02 11:24:20 -07:00
Eric Tune
3025fa8708 Merge pull request #6151 from AntonioMeireles/add_pointer_to_docs
adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant
2015-04-02 09:15:36 -07:00
Eric Tune
294b71d2af Merge pull request #6138 from bronislav/update-aws-template
A few update AWS template
2015-04-02 09:01:58 -07:00
Steve Watt
221a63396d Added yum install of etcd 2015-04-01 17:44:12 -05:00
Connor Doyle
6872a73827 Getting started guide for Mesos on GCP. 2015-04-01 14:52:02 -07:00
Rohit Jnagal
903fb42a36 Merge pull request #6208 from brendandburns/aws
Shorten up the AWS getting started guide to point to get.k8s.io.
2015-03-31 11:12:47 -07:00
Brendan Burns
fb10fb620f Shorten up the AWS getting started guide to point to get.k8s.io, stop pointing at
an obsolete release.
2015-03-31 10:57:31 -07:00
Jeff Grafton
fd94fdbe2a Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Brendan Burns
4659a12d6b Merge pull request #6135 from AntonioMeireles/master
getting 7bc7f47 fully right.
2015-03-30 12:27:28 -07:00
Eric Tune
ebf3134c79 Proposed guidelines for new Getting-started-guides.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-03-30 09:52:52 -07:00
António Meireles
5a6069bb27 adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 17:45:34 +01:00
António Meireles
bb4071e8be getting 7bc7f47 fully right.
given that etcd is disabled in the nodes we need to wait for master's etcd to be
available so that flanneld gets properly wired.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 08:33:11 +01:00
Sam Ghods
ef77349306 Update GCE getting started guide to include gcloud preview 2015-03-29 18:37:01 -07:00
Anton Ilin
2d01f1f02e Fix indentation and types cf template parameters
Use AWS specific types for key pair name and vpc parts
2015-03-28 18:33:47 +02:00
Brendan Burns
1aa2b97792 Revert "Revert "Update gce starting guide to use get.k8s.io""
This reverts commit b369f2b48f.
2015-03-27 13:46:28 -07:00
Brendan Burns
3eda80b3c5 Merge pull request #5985 from lyda/aws-fixes
Template doesn't work with VPCs
2015-03-27 09:58:51 -07:00
António Meireles
7bc7f47c3e simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-27 09:44:01 +00:00
Zach Loafman
b369f2b48f Revert "Update gce starting guide to use get.k8s.io" 2015-03-26 19:36:25 -07:00
Brendan Burns
61b624457d Update gce starting guide to use get.k8s.io
Also auto install gcloud if it's not present.
2015-03-26 16:08:56 -07:00
Zach Loafman
7814dd4ecd Merge pull request #5998 from wattsteve/patch-1
Fedora Guide: Clarify installation process for different Kube Versions
2015-03-26 11:32:35 -07:00
Eric Tune
884b893370 Merge pull request #5913 from errordeveloper/master
Minor updates to CoreOS/Weave implementation for Azure cloud
2015-03-26 10:55:14 -07:00
Steve Watt
0d6cf9ae99 Add how-to for installing different Kube Versions
Provenance of the PR - https://groups.google.com/forum/#!topic/google-containers/kBw33yj33sU

This change provides users that may not be familiar with Fedora conventions with some additional information on how to quickly navigate the Fedora infrastructure to find and install the Kubernetes version that they are after.
2015-03-26 12:53:12 -05:00
Eric Tune
1f9cdce9cf Merge pull request #5521 from preillyme/patch-1
Update README to show community support
2015-03-26 10:52:09 -07:00
Eric Tune
9e5c0e3b3b Merge pull request #5296 from jeffbean/master
Adding new starting Guide for CoreOS with Kubernetes in an offline environment.
2015-03-26 10:39:36 -07:00
Kevin Lyda
f3c775ae19 Fix AWS::AutoScaling::LaunchConfiguration.
This only supports SecurityGroups; I'm assuming I need to use the
GroupId for the SecurityGroup with VPCs.  In addition this doesn't
support SubnetId.
2015-03-26 14:26:08 +00:00
Kevin Lyda
32aad891ef Fix SecurityGroups/SecurityGroupIds issue. 2015-03-26 13:49:43 +00:00
Kevin Lyda
e2049b7ce7 Fixing issues with VPC.
One part of a fix to get this working on AWS VPCs.
2015-03-26 11:35:46 +00:00