Chao Xu
7e92025cfd
stick to 2.2.1 etcd
2016-09-09 16:35:05 -07:00
Daniel Smith
279219ca89
Use etcd 2.3.7 (container already pushed)
2016-09-09 09:45:53 +02:00
Wojciech Tyczynski
c65339c972
Support migration in etcd manifest
2016-08-22 10:12:06 +02:00
Kubernetes Submit Queue
9030a3234f
Merge pull request #30859 from wojtek-t/allow_custom_etcd_in_e2e
...
Automatic merge from submit-queue
Add possibility to run non-default etcd image in tests
Ref #20504
@lavalamp @hongchaodeng @timothysc - FYI
2016-08-20 09:32:35 -07:00
Wojciech Tyczynski
315d9f3689
Allow non-default etcd
2016-08-18 11:56:01 +02:00
Wojciech Tyczynski
b42023eb03
Support for etcd migration
2016-08-18 08:31:33 +02:00
Timothy St. Clair
a0d177ca71
Update core etcd references to use 3.0.4
2016-08-12 13:39:07 -05:00
Timothy St. Clair
456c43c22d
Update to shift etcd 2.2 references to use 3.0.3
2016-08-09 08:51:15 -05:00
Zach Loafman
963a05ec72
AWS/GCE: Rework use of master name
...
* Add a pillar for hostname (because even if there's a good Salt
function for it, I don't trust it to return the short hostname)
* Move INITIAL_ETCD_CLUSTER to just the GCE turn-up
* Remove the master_name, which isn't needed as a pillar
2016-08-04 08:46:36 -07:00
Jerzy Szczepkowski
657b30ccf6
Modified etcd manifest to support clustering.
...
Modified etcd manifest to support clustering.
2016-07-30 16:01:04 +02:00
Daniel Smith
fb3f02fb68
Revert "Modified etcd manifest to support clustering."
2016-07-27 12:03:21 -07:00
Jerzy Szczepkowski
827ee794d6
Modified etcd manifest to support clustering.
...
Modified etcd manifest to support clustering.
2016-07-26 23:24:14 +02:00
Hongchao Deng
74e6626967
Update etcd deprecated flag
...
- "-addr" => "--advertise-client-urls"
- "-bind-addr" => "--listen-client-urls"
2016-07-22 11:01:11 -07:00
Dawn Chen
54933902b2
Make master component pods burstable, instead of guaranteed.
2016-02-12 14:28:48 -08:00
Joe Beda
993c1ee222
Update etcd to 2.2.1
2015-11-04 12:26:57 -08:00
Filip Grzadkowski
c1345ce2d9
Merge pull request #15068 from wojtek-t/fix_default_limits
...
Tweak limits for system pods in manifest files.
2015-10-07 09:41:28 +02:00
Wojciech Tyczynski
2a74d1d6ca
Tweak limits in manifest files.
2015-10-05 14:45:43 +02:00
Wojciech Tyczynski
0f1cbe37a4
Events in separate etcd
2015-10-05 10:54:24 +02:00
Abhishek Shah
2d3a688ab7
reduce cpu requirement for etcd, after 2 etcd pods are being run
2015-10-02 10:31:04 -07:00
Brendan Burns
a4581c7cd5
Add a second etcd instance for use with events.
2015-09-29 13:13:59 -07:00
CJ Cullen
c77e800495
Add liveness probe for master's etcd pod
2015-08-25 10:37:00 -07:00
Robert Bailey
8df33bc1a7
Register the kubelet on the master node with an apiserver. This option is
...
separated from the apiserver running locally on the master node so that it
can be optionally enabled or disabled as needed.
Also, fix the healthchecking configuration for the master components, which
was previously only working by coincidence:
If a kubelet doesn't register with a master, it never bothers to figure out
what its local address is. In which case it ends up constructing a URL like
http://:8080/healthz for the http probe. This happens to work on the master
because all of the pods are using host networking and explicitly binding to
127.0.0.1. Once the kubelet is registered with the master and it determines
the local node address, it tries to healthcheck on an address where the pod
isn't listening and the kubelet periodically restarts each master component
when the liveness probe fails.
2015-08-06 13:39:32 -07:00
Dawn Chen
9ce11545c0
Explicitly configure master component containers and nginx with 200m each.
2015-07-02 10:46:39 -07:00
nikhiljindal
274792d7bb
Stop exposing v1beta3 by default
2015-07-01 14:38:02 -07:00
Brendan Burns
ec1e308ae2
rev etcd to 2.0.12
2015-06-19 15:57:32 -07:00
Abhishek Shah
fe906677d4
Etcd log mount
2015-06-08 17:21:11 -07:00
Filip Grzadkowski
eecd7b8c0f
Revert "Set GOMAXPROCS for etcd"
2015-05-13 17:53:04 +02:00
Filip Grzadkowski
7e8bde53dd
Set GOMAXPROCS for etcd
2015-05-07 08:11:39 +02:00
Dawn Chen
8ede54c511
Upgrade kubernetes to gcr.io/google_containers/etcd:2.0.9
2015-04-07 16:26:11 -07:00
Abhishek Shah
fb665ede4c
Run etcd on localhost for all providers.
2015-04-03 14:00:44 -07:00
Abhishek Shah
23c42cd8b2
Etcd listens on localhost for GCE
2015-04-03 11:40:09 -07:00
Dawn Chen
814177c21b
Using gcr.io/google_containers/etcd:2.0.8
2015-04-02 17:04:05 -07:00
Abhishek Shah
8e3a41b52c
Run etcd 2.0.5 in a pod
2015-04-01 11:38:21 -07:00
Zach Loafman
848134fdfa
Revert "Running etcd 2.0.5 in a pod on master"
2015-03-28 07:36:39 -07:00
Abhishek Shah
7750f35e7c
Running etcd 2.0.5 in a pod on master
2015-03-27 17:50:10 -07:00