Huamin Chen
8dbbcefdec
rbd: don't use /dev/rbd/pool/image; use sysfs to find rbd device instead
...
rbd: if rbd image is not formatted, format it to the designated filesystem type
rbd: update example README.md and include instructions to get base64 encoded Ceph secret
if rbd fails to lock image, unmap the image before exiting
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-29 10:13:01 -04:00
Piotr Szczesniak
3a18af8ea8
Fixed flakiness in autoscaling e2e with no scheduling pods
2015-09-29 15:52:30 +02:00
Piotr Szczesniak
659de4d7d0
Improved logging in scheduler
2015-09-29 15:46:22 +02:00
Dan Mace
6db9601772
Support asymmetric rolling rollbacks
...
Improve the rolling updater rollback/abort function by making it aware
of the original replicas annotation: if the rollback target has the
original replica count recorded, prefer it over the desired annotation
since the update from old to new could have been asymmetrical.
For example, when scaling from 5 to 10, aborting should scale back to 5.
2015-09-29 09:00:02 -04:00
Filip Grzadkowski
4b515db460
Fix phabricator example
2015-09-29 14:56:16 +02:00
Jerzy Szczepkowski
a5194c5ff4
HorizontalPodAutoscaler.Status kept by value, not by pointer.
...
HorizontalPodAutoscaler.Status kept by value, not by pointer. Fixes #14567 .
2015-09-29 14:25:46 +02:00
deads2k
4cc63313e7
fix testclient prepend functions
2015-09-29 08:03:52 -04:00
Filip Grzadkowski
0f8adc5d53
Merge pull request #14699 from yujuhong/pods_ready
...
e2e: RunRC wait until all pods created by RC are ready
2015-09-29 13:54:52 +02:00
Filip Grzadkowski
7b428d8bcd
Merge pull request #14720 from jszczepkowski/hpa-scale-fix
...
Fixed update of scale sub-resource for experimental RC.
2015-09-29 11:59:57 +02:00
eulerzgy
b1be6bc8ea
add log err value
2015-09-29 17:09:25 +08:00
Jerzy Szczepkowski
0fd5a74450
Fixed update of scale sub-resource for experimental RC.
...
Fixed update of scale sub-resource for experimental RC. Resolves #14656 .
2015-09-29 10:55:29 +02:00
gmarek
3f2e697639
Increase allowed memory usage for KubeProxy
2015-09-29 10:47:55 +02:00
Marek Grabowski
9d49e143dc
Merge pull request #14718 from gmarek/small_fixes
...
Small fixes to Kubemark scripts
2015-09-29 10:37:07 +02:00
gmarek
7cfb3479e0
Small fixes to Kubemark scripts
2015-09-29 10:24:46 +02:00
Tim Hockin
abe5a7d5ad
Merge pull request #14527 from thockin/lower-udp-timeout
...
Changes to make kube-proxy userspace scale better
2015-09-28 23:32:40 -07:00
k8s-merge-robot
226d97fa29
Merge pull request #14688 from brendandburns/fix3
...
Auto commit by PR queue bot
2015-09-28 23:08:19 -07:00
k8s-merge-robot
c807bea089
Merge pull request #13857 from mesosphere/node-labels
...
Auto commit by PR queue bot
2015-09-28 22:10:51 -07:00
k8s-merge-robot
3742958995
Merge pull request #14225 from ZJU-SEL/kube-down-gracefully
...
Auto commit by PR queue bot
2015-09-28 21:34:34 -07:00
jijun2
d624bee753
update service&endpoint describe
2015-09-28 23:55:08 -04:00
k8s-merge-robot
688e0921a8
Merge pull request #14523 from jayunit100/README-ctrlrsched
...
Auto commit by PR queue bot
2015-09-28 20:35:50 -07:00
k8s-merge-robot
4645ad3cb0
Merge pull request #14594 from nikhiljindal/deploymentE2e
...
Auto commit by PR queue bot
2015-09-28 20:22:14 -07:00
k8s-merge-robot
d11aec9217
Merge pull request #14595 from yujuhong/rm_containerlist
...
Auto commit by PR queue bot
2015-09-28 19:54:32 -07:00
Yifan Gu
4309cafff1
rkt: return non error if the pod doesn't exist in GetPodStatus().
...
Previously, GetPodStatus() will return error if the pod is never
created. However we've never seen the sync loop fail because in the
beginning of the loop, if the pod is not found, it will be created.
This works fine except the pod that keeps crashing. Because the above
logic will keep restarting the pod as if it's never created.
This PR fixes the bug.
2015-09-28 19:30:57 -07:00
k8s-merge-robot
095fec84e9
Merge pull request #14603 from yujuhong/e2e_slow
...
Auto commit by PR queue bot
2015-09-28 18:38:03 -07:00
k8s-merge-robot
6a8148c402
Merge pull request #14612 from jijun2/fix-0926
...
Auto commit by PR queue bot
2015-09-28 18:04:42 -07:00
k8s-merge-robot
069b91d31f
Merge pull request #14614 from mesosphere/sttts-fix-pre-scheduled-termination
...
Auto commit by PR queue bot
2015-09-28 18:04:38 -07:00
Mike Danese
5b58a6cb34
sanitize + in KUBE_VERSION during gce upgrade
2015-09-28 17:35:34 -07:00
Yu-Ju Hong
1307f081f2
e2e: RunRC wait until all pods created by RC are ready
...
kubelet sends up status updates to flip the ready condition of a pod after the
pod is already in the running state. RunRC should wait until the pod condition
is ready to make sure there is no pending status update which may affect the
follow-up performance test.
2015-09-28 17:35:01 -07:00
k8s-merge-robot
c26dc03470
Merge pull request #14673 from mikedanese/upgrade-e2e
...
Auto commit by PR queue bot
2015-09-28 17:20:15 -07:00
Vishnu kannan
2788b47059
Avoid rewriting URLs in the proxy, if the application is proxy-aware.
2015-09-28 17:20:03 -07:00
Vishnu kannan
76d7cbc9cf
1. Make grafana accessible via api-server proxy
...
2. Add a persistent storage for grafana.
3. Do not enable LoadBalancer by default for Grafana service. This breaks in many deployments.
2015-09-28 17:17:07 -07:00
Brendan Burns
afea127a3e
Move the default schema cache to the home directory
2015-09-28 16:26:48 -07:00
Brendan Burns
6163b3f545
Increase the timeout for integration tests.
2015-09-28 16:16:18 -07:00
Brendan Burns
c3a8dc0494
Deflake the max-in-flight limit test
2015-09-28 16:08:14 -07:00
Mike Danese
ea46e3dad7
reorder arguments on gce upgrade e2e tests gcloud call
2015-09-28 15:34:33 -07:00
nikhiljindal
c651c1ae30
Updating the semantics of MaxSurge and unavailability
2015-09-28 14:51:26 -07:00
Eric Tune
293055b38e
Always set codec in setExperimentalDefaults
...
Without this, the Jobs client used by
kubectl had codec type v1. You would not notice this
on, say, a GET. But when you tried to do an
Update, which did client-side conversion, then
you would get an error.
2015-09-28 14:36:54 -07:00
nikhiljindal
153c57ffc8
Adding a DeploymentDescriber to kubectl
2015-09-28 14:21:24 -07:00
Abhishek Shah
5d2f3e6683
adjust read timeout for skydns. default is too high (2 seconds.)
2015-09-28 14:07:25 -07:00
Mike Danese
ae7d3d5a54
add gce-upgrade to jenkins/e2e.sh
2015-09-28 13:52:42 -07:00
Maciej Szulik
4bfa389c18
Jobs e2e tests
2015-09-28 11:44:11 -07:00
Eric Tune
317e4d8ce0
Fix wording in secrets doc.
2015-09-28 11:34:15 -07:00
Mike Danese
2fa10f8ad6
delete job when namespace is deleted
2015-09-28 11:18:56 -07:00
Dr. Stefan Schimanski
2d8b0049e1
Improve daemonset e2e test
...
- Don't mess with non-test node labels in daemonset e2e test
Other e2e tests will expect labels on the nodes. The daemonset test should only
add and remove its own labels.
- Refactor node updating in deamonset e2e test
2015-09-28 19:20:39 +02:00
Dr. Stefan Schimanski
a9582dfcbe
Set NodeName on daemonset pods correctly
...
The pod template was overriding the NodeName.
2015-09-28 19:20:38 +02:00
Dr. Stefan Schimanski
fd5ee2a9ea
Fix broken hypercube due to too early proxy intitialization
...
This was introduced in 1c25c2cd99
.
2015-09-28 18:54:41 +02:00
Dr. Stefan Schimanski
d5f725add7
Fix broken Mesos km due to too early proxy intitialization
...
This was introduced in 1c25c2cd99
.
2015-09-28 18:54:28 +02:00
Marek Grabowski
f8a9943d90
Merge pull request #14651 from mwielgus/cluster_request
...
Add cpu/mem reservation metrics for autoscaler in kube-up
2015-09-28 17:40:05 +02:00
Wojciech Tyczynski
5994e1d425
Merge pull request #14658 from mwielgus/describe_fix
...
Fix terminated pod printing in kubectl describe
2015-09-28 17:00:30 +02:00
Marcin Wielgus
62da43eef2
Fix terminated pod printing in kubectl describe
2015-09-28 16:54:12 +02:00