Commit Graph

56 Commits

Author SHA1 Message Date
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
Antoine Cotten
4f1fe55a9e refresh aws getting-started pages and templates 2015-05-14 23:00:36 +02: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
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
BUSSY Jean-Daniel
4115d78bc8 Fixes getting started aws/cloud-configs/node.yaml
Fixes 
https://github.com/GoogleCloudPlatform/kubernetes/issues/6555
2015-04-16 11:49:03 +09: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
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
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
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
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
António Meireles
b60a3cca45 workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs.
avoids race conditions (docker/docker-registry#892) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-20 16:40:30 +00:00
Antoine Cotten
a4e29053f7 simplify fleet invocation
see commit b5a50ca
2015-03-17 20:05:39 +01:00
António Meireles
1891ba029c in CoreOS configs enforce that docker starts only after flanneld is running.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
António Meireles
07461f9a46 use natively packaged flannel in CoreOS' cloud-configs
in the footsteps of #5254 merge earlier today and per @brendandburns comments
in the PR review thread...

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
António Meireles
b5a50ca9da simplify fleet invocation across CoreOS cloud-configs.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
António Meireles
d6be2985ca Add Docker caching support to CoreOS' clusters.
a more idiomatic take on #4378. as a bonus, and to be nice on
    resources, an ultra lightweight docker-registry container is
    consumed.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
Eric Tune
35ebf718e8 Fix CloudFormation too. 2015-03-09 17:52:05 -07:00
Eric Tune
d9e89ca995 Kube-proxy to use apiserver instead of etcd. 2015-03-09 11:32:16 -07:00
Paulo Pires
3d50f0dc19 Fixed manual version update in CloudFormation template comment. 2015-02-22 16:19:39 +00:00
Paulo Pires
8d54545226 Upgraded Kubernetes to 0.11.0.
Replaced kubelet argument --etcd_servers with --api_servers.
Fixes #4614
2015-02-22 16:08:00 +00:00
Paulo Pires
cd0082abb9 Removed rule that defined etcd waiter to happen before setup-network-environment. 2015-02-18 08:54:57 +00:00
Paulo Pires
4c2819c5eb Fixes #4309 #4362 2015-02-13 19:02:09 +00:00
Paulo Pires
9acb50c916 Upgraded CoreOS getting-started guides to v0.10.1. 2015-02-12 11:07:49 +00:00
Brian Grant
20f7cbb87b Merge pull request #4291 from jlowdermilk/delete-kubecfg
Remove kubecfg, cleanup a few stray references.
2015-02-11 11:18:59 -08:00
Jeff Lowdermilk
197059b65d Remove kubecfg, cleanup a few stray references. 2015-02-10 16:43:12 -08:00
Paulo Pires
c48d5dd09f Fixed API server portal_net flag that could break service networking by setting an IP from a subnet allocated to a node. 2015-02-06 18:46:54 +00:00
Mike Schiller
3efb4527f4 inserted mising = in kube-apiserver's portal_net parameter that prevented the kube-apiserver from starting 2015-02-05 12:27:41 -05:00
Brendan Burns
93776b1363 Remove kubecfg from all getting started docs. 2015-02-04 23:20:11 -08:00
Brendan Burns
8001487666 Update the AWS configs to handle VPC 2015-01-27 13:33:57 -08:00
Paulo Pires
7cf686b09f Updated Kubernetes version in AWS CoreOS related files. 2015-01-27 09:33:13 +00:00
Paulo Pires
078b37cd2f Fixed nits. 2015-01-21 23:00:16 +00:00
Paulo Pires
a1a725bdde Update node.yaml to support graphdriver: overlay. Refs #3625 2015-01-20 19:42:55 +00:00
Paulo Pires
81477fce2b Fixed CloudFormation template by replacing pretty-but-broken quotes written by troublesome text editor. Fixes #3543 2015-01-17 12:58:58 +00:00
Paulo Pires
4788f7fa4b Updated AMI images for the alpha channel on all regions (HVM). Fixes #3543 2015-01-16 11:44:07 +00:00
Paulo Pires
b40fe81569 Updated minion section in AWS Cloudformation template. Refs #3543 2015-01-16 11:44:07 +00:00
Paulo Pires
1571dd69f2 Updated master section in AWS Cloudformation template. Refs #3543 2015-01-16 11:44:07 +00:00
Paulo Pires
20eb0b2bf3 Updated cloud-configs and AWS CoreOS instructions to Kubernetes 0.8.1 and informing users about better picking CoreOS AWS images. Refs #3543 2015-01-16 11:44:07 +00:00
PhilippeDupont
cd055a785c Update master.yaml
fix incorrect type for "http_read_timeout" (want float64).
2015-01-07 17:30:19 +01:00
PhilippeDupont
d2b1817617 Update etcd-http-read-timeout to match with coreos validator
Refering to https://github.com/coreos/coreos-cloudinit-validator/blob/master/third_party/github.com/coreos/coreos-cloudinit/config/etcd.go#L31
http-read-timeout must be used to fit in coreos validator
2015-01-07 16:57:09 +01:00
MikeJeffrey
8de8e4f89f Typo in header 2014-12-04 10:59:55 -08:00
Kelsey Hightower
9d4553a207 fix indent 2014-11-25 16:52:47 -08:00
Kelsey Hightower
49c80e5db0 add missing /opt/bin dir 2014-11-25 16:37:54 -08:00
Kelsey Hightower
508c248599 update links to upstream release 2014-11-25 16:34:43 -08:00
Joe Beda
c8b1b62145 Fix pointers in AWS CloudFormation template 2014-11-21 16:47:02 -08:00
Brendan Burns
37d2bab7ed Merge pull request #2414 from hodduc/fix-aws-doc
Fix download link in aws/kubecfg documentation
2014-11-17 10:41:26 -08: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