Commit Graph

26 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
António Meireles dfb768eda2 CoreOS cloud-configs - get nodes working in CoreOS 695.0.0+
etcd 2.0.11 behavior changed. (github.com/coreos/etcd#2761)

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-29 09:54:11 +01:00
Piotr Komborski a4149f3971 Fix for 403 Forbidden while using -N flag with wget 2015-05-26 16:33:01 +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
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
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 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
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 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 d9e89ca995 Kube-proxy to use apiserver instead of etcd. 2015-03-09 11:32:16 -07: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 9acb50c916 Upgraded CoreOS getting-started guides to v0.10.1. 2015-02-12 11:07:49 +00:00
Paulo Pires da127837ec Updated Kubernetes version in CoreOS related files. 2015-01-27 09:35:36 +00:00
Patrick Reilly 41955a9235 Update node.yaml to support graphdriver: overlay
Update node.yaml to support graphdriver: overlay as btrfs produces "fatal" "prerequisites for driver not satisfied (wrong filesystem?)" on CoreOS Alpha 561.0.0
2015-01-20 08:19:52 -08:00
Paulo Pires 9e9b06ce00 Updated to Kubernetes 0.8.1 with some flags love. 2015-01-13 18:49:04 +00:00
Kelsey Hightower 681445777f docs: CoreOS worker nodes should not require a local etcd install 2014-11-26 15:15:40 -08: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