Commit Graph

13971 Commits

Author SHA1 Message Date
Zach Loafman
686f5a3084 Merge pull request #10556 from smarterclayton/remove_hardcoded_version
Do not hardcode version
2015-06-30 13:53:35 -07:00
Zach Loafman
037b77255a Merge pull request #10316 from erictune/images-doc-fix
Fix imagePullSecrets example.
2015-06-30 13:52:20 -07:00
Jeff Grafton
0c321c3759 Jenkins GCE e2e: "Service endpoints latency" is not flaky in parallel 2015-06-30 13:47:46 -07:00
saadali
c952ee23a7 Work around for PDs stop mounting after a few hours issue 2015-06-30 13:31:03 -07:00
Jeff Grafton
f1c5b04100 e2e: call coreDump always when a report dir is specified 2015-06-30 13:30:10 -07:00
Janet Kuo
62b488359f Enable -c for kubectl logs container arg 2015-06-30 13:25:54 -07:00
Jordan Liggitt
ecebac9395 Add option to require API tokens to exist in admission 2015-06-30 16:12:45 -04:00
derekwaynecarr
2cc869b1c5 Missed update to kube-proxy when removing nginx on vagrant 2015-06-30 15:42:52 -04:00
Alex Mohr
f809f7351d Merge remote-tracking branch 'upstream/release-0.20' into merge-release-0.20-to-master 2015-06-30 12:37:16 -07:00
markturansky
c39be4bc74 Removed extraneous json desc 2015-06-30 15:28:12 -04:00
Tim Hockin
15766bfbbc Don't repeat field name in errors 2015-06-30 11:58:21 -07:00
Zach Loafman
588bc9beb5 Merge pull request #10558 from dchen1107/master
Removed cluster/saltbase/salt/_states/container_bridge.py since it is…
2015-06-30 11:54:33 -07:00
Zach Loafman
f41c0d0202 Merge pull request #10544 from eparis/total-ansible
Ansible improvements to support more addons and better cert/token handling
2015-06-30 11:39:20 -07:00
Zach Loafman
e200feca15 Merge pull request #10559 from alex-mohr/release-0.20
Release 0.20.2
2015-06-30 11:38:25 -07:00
Alex Mohr
205dfeaa27 Kubernetes version v0.20.2-dev 2015-06-30 11:03:55 -07:00
Alex Mohr
323fde5bc5 Kubernetes version v0.20.2 2015-06-30 11:03:55 -07:00
Zach Loafman
6d92c21a7c Fix issues mentioned in #10520
(cherry picked from commit f21b6b89d1)
2015-06-30 11:03:22 -07:00
Daniel Smith
8cd68b6629 wait until a token shows up to start addons
(cherry picked from commit dcd91666b9)
2015-06-30 11:03:15 -07:00
Prashanth Balasubramanian
c1faae2c30 Kubelet doesn't fight apiserver for cputime on the master.
(cherry picked from commit 029e0ad350)
2015-06-30 11:01:34 -07:00
Justin Santa Barbara
e242b0158c Don't make kubelet systemd service depend on Docker
Fixes #10379

(cherry picked from commit 54d3ac92ea)
2015-06-30 11:01:26 -07:00
Dawn Chen
e55cd709a1 Removed cluster/saltbase/salt/_states/container_bridge.py since it is useless now. 2015-06-30 11:00:41 -07:00
Zach Loafman
96828f203c Merge pull request #10546 from mwielgus/cassandra-doc
examples/cassandra - create the service before any pod is started
2015-06-30 11:00:28 -07:00
Satnam Singh
4e58e001da Change port names to avoid validation failure 2015-06-30 10:56:20 -07:00
Daniel Smith
eabc344eed Fix logging; extend queue length to 100 2015-06-30 10:27:24 -07:00
Eric Paris
ddf52a854e Make sure serviceaccount tokens are created and recognized 2015-06-30 13:05:59 -04:00
Eric Paris
3cacc42985 Hide DNS variables away from the user
Fewer knobs == more winning. Also rename from kube.local to
cluster.local. Some e2e tests really want that.
2015-06-30 13:05:59 -04:00
Eric Paris
3a78104267 Add cluster logging with fluentd and elastic search 2015-06-30 13:05:59 -04:00
Eric Paris
7d7d5d4c4e Add influxdb cluster monitoring 2015-06-30 13:05:59 -04:00
Eric Paris
a127ce7266 Use slurp to get the ca.crt 2015-06-30 13:05:59 -04:00
Eric Paris
9f4bfd144f Per master tokens for the scheduler and controller-manager 2015-06-30 13:05:58 -04:00
Eric Paris
c6f2841839 Place a different token for every node/daemon combination
We can now revoke one token at a time!
2015-06-30 13:05:58 -04:00
Eric Paris
bb179b6a4c Use a token for the scheduler, controller-manager, proxy and kubelet
Before we used the kubecfg certificate for everything. Mint one token
for each service and push it around where it belongs.
2015-06-30 13:05:55 -04:00
Shaun Stanworth
74bb1b349a Respect DNS_DOMAIN setting in AWS+CoreOS
Without this change, CoreOS minion nodes are unable to perform short-name DNS lookups by default, as the default value for `DNS_DOMAIN` is `cluster.local`, which doesn't match the hard-coded value here.
2015-06-30 17:48:15 +01:00
Zach Loafman
102a8a1e36 Merge pull request #10542 from zmerlynn/redo_10520
Wait until a token shows up to start addons (redux)
2015-06-30 09:46:58 -07:00
Jerzy Szczepkowski
b4585a7883 Fixed flakiness of e2e reboot test.
Fixed flakiness of e2e reboot test caused by restarts of pods with liviness probe during node reboot. Fixes #9062.
2015-06-30 16:57:44 +02:00
Marcin Wielgus
34b872f2d3 examples/cassandra - create the service before any Cassandra pod is created 2015-06-30 16:49:23 +02:00
Jordan Liggitt
f265d5c5ee Switch token bucket rate limiter to github.com/juju/ratelimit 2015-06-30 10:34:41 -04:00
Clayton Coleman
873fa1067e Do not hardcode version
The version is inferred automatically by client.New in
SetKubernetesDefaults(), and also negotiated.
2015-06-30 10:30:58 -04:00
Jordan Liggitt
800303c843 Godep: add(github.com/juju/ratelimit): 772f5c38e468398c4511514f4f6aa9a4185bc0a0 2015-06-30 10:01:31 -04:00
Zach Loafman
f21b6b89d1 Fix issues mentioned in #10520 2015-06-30 06:51:10 -07:00
Jan Chaloupka
f7b6e7427e fix formatting of md documents 2015-06-30 15:49:52 +02:00
Marcin Wielgus
8bcb92e64d Use the same redis images in examples/guestbook-go as in examples/guestbook 2015-06-30 15:03:43 +02:00
Marek Biskup
88c70d2ae0 correct typo 2015-06-30 11:23:48 +02:00
feihujiang
55db7ec369 Output error when using kubectl describe for a nonexisting resource 2015-06-30 14:12:58 +08:00
Alex Robinson
835eded294 Merge pull request #10526 from mikedanese/nil-deref-test
bug: fix possible nil pointer derefrence in test
2015-06-29 21:01:37 -07:00
Mike Danese
5a48eee611 bug: fix possible nil pointer derefrence in test 2015-06-29 20:34:26 -07:00
Daniel Smith
dcd91666b9 wait until a token shows up to start addons 2015-06-29 18:41:12 -07:00
Alex Robinson
7ad50cf02c Merge pull request #10374 from caesarxuchao/add-cmd-patch
Add `kubetcl patch`
2015-06-29 17:42:17 -07:00
BC Broussard
d1893bc366 Update Web UI Explore
Hide blank label dropdowns
Escape characters in group descriptions and label selectors
Update label selectors
2015-06-29 16:51:48 -07:00
Chao Xu
7f89a29aad add "kubectl patch". It will replace "kubectl udpate --patch" in the future 2015-06-29 16:36:45 -07:00