Jan Safranek
7fc8bcae60
openstack: cache InstanceID and use it for volume management.
...
Hostnames are not related to server names or instance IDs in any way,
don't use them when attaching/detaching volumes.
2015-11-12 11:10:38 +01:00
k8s-merge-robot
e49f0de95b
Merge pull request #14256 from linzichang/fixup-guestbook
...
Auto commit by PR queue bot
2015-11-09 02:47:24 -08:00
k8s-merge-robot
3e5589c1af
Merge pull request #16997 from mikedanese/kubectl-fix
...
Auto commit by PR queue bot
2015-11-09 00:15:31 -08:00
Mike Danese
1e3da330f4
don't print resources twice in kubectl get
2015-11-08 21:42:52 -08:00
k8s-merge-robot
c095e35f1b
Merge pull request #16756 from krousey/http_codes
...
Auto commit by PR queue bot
2015-11-08 02:15:27 -08:00
k8s-merge-robot
8fd069ded2
Merge pull request #16850 from ZJU-SEL/set-kubectl-path
...
Auto commit by PR queue bot
2015-11-08 00:15:20 -08:00
Prashanth B
17c5c0922b
Merge pull request #16932 from bprashanth/ing_docs
...
Ingress doc clarifications
2015-11-07 17:07:27 -08:00
k8s-merge-robot
6983f75ef7
Merge pull request #16930 from ihmccreery/release-wording-fixes
...
Auto commit by PR queue bot
2015-11-07 10:29:31 -08:00
k8s-merge-robot
cf25625d46
Merge pull request #16929 from krousey/basic_auth_cleanup
...
Auto commit by PR queue bot
2015-11-07 09:58:27 -08:00
k8s-merge-robot
7d7aa9ec1f
Merge pull request #16939 from ihmccreery/versioning-cleanup
...
Auto commit by PR queue bot
2015-11-07 09:21:24 -08:00
k8s-merge-robot
4e39dd4b7d
Merge pull request #16925 from mikedanese/headless-fix-1
...
Auto commit by PR queue bot
2015-11-07 08:03:18 -08:00
k8s-merge-robot
0abc12ce5a
Merge pull request #16876 from hongchaodeng/fix-16721
...
Auto commit by PR queue bot
2015-11-07 07:31:15 -08:00
k8s-merge-robot
da46dab080
Merge pull request #16940 from caesarxuchao/dont-update-api-reference
...
Auto commit by PR queue bot
2015-11-07 06:59:12 -08:00
k8s-merge-robot
b8303a3983
Merge pull request #16859 from smarterclayton/allow_incluster_config
...
Auto commit by PR queue bot
2015-11-07 04:47:35 -08:00
k8s-merge-robot
9981f99949
Merge pull request #16849 from feihujiang/cleanupDeprecatedV1beta1Content
...
Auto commit by PR queue bot
2015-11-07 04:15:32 -08:00
k8s-merge-robot
354c6f3b12
Merge pull request #16834 from caesarxuchao/GroupVersion-Object
...
Auto commit by PR queue bot
2015-11-07 03:43:30 -08:00
k8s-merge-robot
d71a667aab
Merge pull request #16821 from caesarxuchao/restclient-timeout
...
Auto commit by PR queue bot
2015-11-07 03:11:26 -08:00
k8s-merge-robot
5988f73a4a
Merge pull request #16809 from janetkuo/apply-annotation-optional
...
Auto commit by PR queue bot
2015-11-07 02:39:23 -08:00
k8s-merge-robot
f88550ad5b
Merge pull request #15967 from timstclair/probe-params
...
Auto commit by PR queue bot
2015-11-07 01:35:18 -08:00
k8s-merge-robot
4de560389d
Merge pull request #15928 from brendandburns/sort2
...
Auto commit by PR queue bot
2015-11-07 01:03:15 -08:00
k8s-merge-robot
c5ca43f4bb
Merge pull request #16947 from lavalamp/wojtek-t-timeout_watchers
...
Auto commit by PR queue bot
2015-11-07 00:31:13 -08:00
k8s-merge-robot
157f663f5b
Merge pull request #16867 from justinsb/aws_log_upload_urls
...
Auto commit by PR queue bot
2015-11-07 00:00:28 -08:00
Zichang Lin
2afda9f2c1
Update guestbook example according to config best practices
2015-11-07 14:39:32 +08:00
He Simei
ba5b65ece2
set valid kubectl path for ubuntu
2015-11-07 10:47:18 +08:00
Chao Xu
bd302d9534
address comments and fix
2015-11-06 17:16:48 -08:00
Chao Xu
4e4c67c624
address host dir vs docker dir issue
2015-11-06 17:04:10 -08:00
Janet Kuo
a6a64820d7
Make generation of the apply annotation optional
2015-11-06 15:08:50 -08:00
Brendan Burns
13e68d2a87
Merge pull request #16924 from brendandburns/watchdog
...
Add a deadlock watchdog
2015-11-06 13:14:14 -08:00
Daniel Smith
45a1ec73bb
Lengthen delay
2015-11-06 13:03:58 -08:00
k8s-merge-robot
da158f9bcf
Merge pull request #16922 from justinsb/aws_update_vivic
...
Auto commit by PR queue bot
2015-11-06 13:01:17 -08:00
Prashanth Balasubramanian
10d1d4c791
Ingress doc clarifications
2015-11-06 12:01:52 -08:00
Chao Xu
358221f9fd
Don't update api-reference docs if the only changes are the timestamps
2015-11-06 11:37:22 -08:00
Isaac Hollander McCreery
e5449f7d42
Cleanup for versioning
2015-11-06 11:35:16 -08:00
Brendan Burns
c511db9113
Add a deadlock watchdog
2015-11-06 11:31:44 -08:00
Tim St. Clair
1e88a682da
Add liveness/readiness probe parameters
...
- PeriodSeconds - How often to probe
- SuccessThreshold - Number of successful probes to go from failure to success state
- FailureThreshold - Number of failing probes to go from success to failure state
This commit includes to changes in behavior:
1. InitialDelaySeconds now defaults to 10 seconds, rather than the
kubelet sync interval (although that also defaults to 10 seconds).
2. Prober only retries on probe error, not failure. To compensate, the
default FailureThreshold is set to the maxRetries, 3.
2015-11-06 10:46:40 -08:00
k8s-merge-robot
3a5768a0ad
Merge pull request #16607 from zmerlynn/spark-stdout
...
Auto commit by PR queue bot
2015-11-06 10:41:56 -08:00
Isaac Hollander McCreery
a67042bd5f
Use ./ notation
2015-11-06 10:32:05 -08:00
k8s-merge-robot
b719d7a45e
Merge pull request #15070 from justinsb/aws_print_region_if_not_matching
...
Auto commit by PR queue bot
2015-11-06 10:31:29 -08:00
Isaac Hollander McCreery
b7347b418c
Point docs and examples to HEAD of release branch
2015-11-06 10:29:58 -08:00
Isaac Hollander McCreery
2efc78c38d
Spacing
2015-11-06 10:22:49 -08:00
Isaac Hollander McCreery
e3dce4970c
Rework instructions in build-official-release to clarify
2015-11-06 10:22:13 -08:00
Kris
0a4ee958c7
Use http's basic auth instead of manual encoding
2015-11-06 10:19:01 -08:00
k8s-merge-robot
fbee1b59d0
Merge pull request #16917 from piosz/e2e-setup
...
Auto commit by PR queue bot
2015-11-06 10:01:22 -08:00
Mike Danese
09295cd664
Headless services should not need to declare ports
2015-11-06 09:57:41 -08:00
Justin Santa Barbara
4c02b85c7a
AWS: Update Ubuntu Vivid AMIs
...
Pick up some updates, and reduce need for users to update manually.
2015-11-06 11:58:39 -05:00
Piotr Szczesniak
e450ea9aab
Fixed suites in which autoscaling test should be
2015-11-06 14:34:29 +01:00
Wojciech Tyczynski
b6a775ca50
Terminate watcher if it is full
2015-11-06 13:40:21 +01:00
k8s-merge-robot
4566e039bf
Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get
...
Auto commit by PR queue bot
2015-11-06 02:20:27 -08:00
Marcin Wielgus
ff796147f6
Merge pull request #16912 from mwielgus/disable_autoscaling_tests
...
Temporary disable autoscaling in gce-slow test suite
2015-11-06 11:07:13 +01:00
Marcin Wielgus
53ee314457
Temporary disable autoscaling in gce-slow test suite
2015-11-06 11:05:01 +01:00