Nikhil Jindal
671cdc882f
Merge pull request #8015 from guoshimin/master
...
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
2015-05-11 10:12:33 -07:00
Kenjiro Nakayama
cb2c62f0d8
Fix filepath to simple sample pod
2015-05-11 00:21:33 +09:00
Shimin Guo
539b3523ee
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
2015-05-09 00:07:26 -04:00
Victor Marmol
92bd8577e0
Merge pull request #7931 from pmorie/typo
...
Fix typos in different config comments
2015-05-08 08:05:51 -07:00
Paul Morie
b5dd5be123
Fix typos in different config comments
2015-05-07 18:44:24 -04: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
Brendan Burns
6ecce081aa
Merge pull request #7887 from elsonrodriguez/coreos-example-update
...
Fixes #7886 - Used network-environment to get ip, swap wget for curl
2015-05-07 09:55:51 -07:00
Rohit Jnagal
36bb479c52
Merge pull request #5498 from ZJU-SEL/refactor-ubuntu
...
Ubuntu-distro: deprecate & merge ubuntu single node work to ubuntu cluster node stuff
2015-05-07 09:41:20 -07:00
wizard
595345c6a6
Merge the old single-node and multi-node ubuntu deployment into one better approach and update the guidance
2015-05-07 21:01:29 +08:00
Elson Rodriguez
e48bc9ae16
Fixes #7886 - Used network-environment to get ip, swap wget for curl
...
I re-used setup-network-environment instead of $private_ipv4, this
does meant overwriting the docker.service with a custom service.
Also, the wget command was always getting kube-register, curl
works more reliabily for this.
2015-05-07 00:11:55 -07:00
Antoine Cotten
31a513d778
update AWS CloudFormation template and cloud-configs
...
Kubernetes 0.16.1 and CoreOS 668.2.0 (alpha)
a lot of cleanup
2015-05-05 08:26:16 +02:00
Brian Grant
52d388a487
Merge pull request #7649 from brendandburns/example
...
Add a central simple getting started guide with kubernetes guide.
2015-05-04 14:46:28 -07:00
Alex Robinson
9927a85cdc
Merge pull request #7522 from simon3z/ovirt-guide
...
cloudproviders: add ovirt getting started guide
2015-05-04 10:53:46 -07:00
Avesh Agarwal
2138ab3b84
A guide to set up kubernetes multiple nodes cluster with flannel on fedora.
2015-05-04 12:38:28 -04:00
Brendan Burns
37eedef348
Add a central simple getting started guide with kubernetes guide.
...
Point several getting started guides at this doc.
2015-05-01 20:20:15 -07:00
Andy Lindeman
ba83a511f2
Removes spurious quotation mark
2015-05-01 17:38:33 -04:00
António Meireles
adf8704f4c
docs/getting-started-guides/coreos/: update for 0.15.0+ support.
...
- allow payloads to run in privileged mode.
- update kube-register to latest upstream (v0.0.3).
- jump into the etcd2 bandwagon.
- etcd master on master node.
- etcd proxies in nodes.
- update docs to reflect minimum required CoreOS version.
- 653.0.0 is the first to ship with etcd2, which we now consume.
- propagate changes on coreos/cloud-configs/ also to aws/cloud-configs/.
- update tested k8s versions that this addresses in the
getting-started-guides table ence making sure we are consistent across
it regarding the versions we claim to have tested, add myself there as
contact too.
- do not assume that cloud-init shortcuts will get everything right.
- they won't (as setup-network-environment who populates *_ipv4, etc
only runs way later).
- use flannel's plain defaults, as they should just be enough for the
common case.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-01 17:54:44 +01:00
Eric Tune
dddf414cf5
Merge pull request #7195 from mbruzek/add-charms
...
Add the Juju charms to Kubernetes
2015-04-30 16:26:58 -07:00
CJ Cullen
a529c0e0f3
Merge pull request #7499 from elsonrodriguez/coreos-example-fix
...
Fixes #7498 - CoreOS Getting Started Guide had invalid cloud config
2015-04-29 10:07:49 -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
Elson Rodriguez
f5e81c25c9
Fixes #7498 - CoreOS Getting Started Guide had invalid cloud config
...
Fixed node.yml and master.yml to work in environments where eth1
does not exist.
Also included an explicit setting for etcdctl in the flannel config
2015-04-28 23:04:11 -07:00
Alex Robinson
db5767c1e0
Merge pull request #7364 from hvolkmer/offline-doc-0150
...
Updated CoreOS bare metal docs for 0.15.0
2015-04-28 10:52:24 -07:00
Steve Milner
4af8cd78a3
Added optional step to fedora getting started.
2015-04-28 13:15:58 -04:00
Hendrik Volkmer
1d6ca8c7fe
Cleaned up getting started README and fixed typo
2015-04-28 08:21:53 +02:00
Derek Carr
8d40ebd001
Merge pull request #7336 from PeterLamar/patch-1
...
Update vagrant.md
2015-04-27 16:02:26 -04:00
Hendrik Volkmer
636756d8aa
Updated CoreOS bare metal docs for 0.15.0
...
Also added more consistent placeholder names, info how to replace them and added more debugging commands
2015-04-27 17:16:36 +02:00
Wojciech Tyczynski
832973c09e
Merge pull request #7363 from hvolkmer/patch-1
...
Fixed typo in getting started documentation
2015-04-27 17:14:42 +02:00
Eric Paris
8964ad76f5
Merge pull request #7109 from aveshagarwal/kubernetes-fedora-guide-fixes
...
It fixes a regression in fedora guide and provides minor updates.
2015-04-27 08:18:38 -05:00
Peter Lamar
052ae3130e
Update vagrant.md
2015-04-26 14:20:15 -07:00
Federico Simoncelli
391ea823a0
cloudproviders: add ovirt getting started guide
...
Fixes #6965
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-04-25 15:53:21 -04:00
Wes Turner
3910114b53
DOC: docs/gsg/docker.md: HTTPS URLS to kubectl
...
Is there a docker run command to build this?
2015-04-25 05:10:53 -05:00
Eric Tune
bbf48f59c4
Merge pull request #6726 from ashcrow/order-getting-started
...
Reordered getting started guides by provider name.
2015-04-24 13:07:43 -07:00
Avesh Agarwal
affef892e4
It fixes a regression in fedora guide and provides minor updates.
2015-04-24 15:25:09 -04:00
Brendan Burns
49977e6a47
Revert "Update docker examples to 0.15.0"
2015-04-24 10:05:27 -07:00
Robert Bailey
c1d1e1d45c
Merge pull request #7224 from errordeveloper/master
...
coreos/azure: Weave version bump, various other enhancements
2015-04-24 09:27:28 -07:00
Tim Hockin
12e4e8f304
Make docs links go through docs.k8s.io
2015-04-23 16:36:27 -07:00
Ilya Dmitrichenko
c8b06a9a85
coreos/azure: Use drop-in to fix the interwebz -
...
It turns out `network-online.target` doesn't imply that there is
access to the Internet and simply using `curl --retry 10` doesn't
work and hangs forever, even if we can already reach github.com...
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
652972b31a
coreos/azure: Update the docs
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
fc1feebcf5
coreos/azure: Parametrise registration label
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
9ac9670022
coreos/azure: Registration before proxy & kublet -
...
it seems a little odd, sometimes we get an error that node had
already been registered... it's unclear whether kubelet somehow
does self-registration?
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
7b8abf3cbb
coreos/azure: Make etcd cluster scalable
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
d882ad5411
coreos/azure: Make examples work with Azure provider as-is
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
3b6b369b26
coreos/azure: Bump CLI tools version
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
55efa3f400
coreos/azure: Pass `--local` to weave, as docker is not running yet
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
d8f839bb72
coreos/azure: Simplify etcd, use Weave 0.10.0
2015-04-23 12:55:09 +01:00
Matt Bruzek
60f678be32
Merge branch 'master' of github.com:GoogleCloudPlatform/kubernetes into add-charms
2015-04-22 15:07:49 -05:00
Steve Milner
5d11bb2f87
Reordered getting started guides by version/support level.
2015-04-22 15:57:26 -04:00
Brendan Burns
dacd0e0847
Merge pull request #6398 from BlueShells/master
...
update the doc of fedora to let someone else out of trouble
2015-04-22 12:51:06 -07:00
Robert Bailey
7854954fc2
Merge pull request #7158 from crossorigin/azure-0.15.0
...
Set Weave To 0.9.0 And Update Etcd Configuration For Azure
2015-04-22 08:33:02 -07:00
Ido Shamun
eb2cf2f904
set weave version to 0.9.0 instead of latest
2015-04-22 14:05:09 +03:00