Commit Graph

32 Commits (8549c0bf60ce4f6eccae63c0667e382645196a54)

Author SHA1 Message Date
Felix Rodriguez 2fba24e989 Update AWS Configs to 1.0.3 2015-08-17 13:59:38 -07:00
Eric Paris e4d0389b4a Converts docs/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
Derek Gonyeo 84df4293da Updated coreos cloud configs for v1.0.1 2015-07-22 17:50:23 -04:00
Paulo Pires db00532b47 Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
Added instrumentation and configuration for service account tokens.
Fixes #9075
2015-07-02 00:24:45 +01:00
Aamir Khan cbde182b34 Version bump to 0.18.2
Fixes #9323
2015-06-09 18:41:42 +09:00
Piotr Komborski ddb10e87f8 Version bump to 0.18.0 2015-06-02 11:35:48 +01:00
Tim Hockin 3005471100 Add new apiserver flags for clusterIP (nee portal)
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
Piotr Komborski 6556e71af6 Replaced all ocurances of wget with curl. I'm getting 403 from S3 while using -N flag for wget 2015-05-26 16:03:10 +01:00
António Meireles d4258489ff update setup-network-environment 's download URL.
handles GoogleCloudPlatform/kubernetes#8405

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-18 11:51:06 +01:00
Shimin Guo 539b3523ee Fixing master.yaml: Replacing <master-private-up> with $private_ipv4. 2015-05-09 00:07:26 -04: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
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
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
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
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
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
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
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
Paulo Pires da127837ec Updated Kubernetes version in CoreOS related files. 2015-01-27 09:35:36 +00:00
Paulo Pires 3b339653c1 Writes to etcd should wait for it to be ready. Flannel is happy now. 2015-01-13 18:49:55 +00:00
Paulo Pires 9e9b06ce00 Updated to Kubernetes 0.8.1 with some flags love. 2015-01-13 18:49:04 +00:00
Tim Hockin 327e0f46b0 Revert "Revert "fix "=" is missing."" 2015-01-08 13:08:26 -08:00
Tim Hockin c31b2b79a3 Revert "fix "=" is missing." 2015-01-08 10:36:53 -08:00
T.Miyake 87779023c7 fix "=" is missing. 2015-01-09 01:58:47 +09:00
Kelsey Hightower 7e19adf79e update CoreOS installation guides
* CoreOS guides now use the 0.5.4 official release binaries
* kube-register has been updated to work with the 0.5.4 release
* flannel uses the vxlan backend by default for better performance
* cloud-configs are used for all examples
* instructions for GCE, AWS, and VMware Fusion have been combined
2014-11-26 05:32:14 -08:00