Wojciech Tyczynski
f1de51567d
Set timeout for e2e clients
2015-12-09 20:44:25 +01:00
Wojciech Tyczynski
0cefb43707
Enable listing from memory
2015-12-09 16:24:14 +01:00
Wojciech Tyczynski
0caaf2583e
Merge pull request #18360 from yujuhong/longer_timeout
...
Bump the timeout for container readiness probe e2e tests
2015-12-09 15:15:10 +01:00
Wojciech Tyczynski
c1828b3153
Merge pull request #18218 from gmarek/fix-test
...
Make scheduler predicates test correctly use request instead of a limit
2015-12-09 14:29:35 +01:00
Wojciech Tyczynski
1e4888f6c8
Merge pull request #18345 from gmarek/monitor_resources
...
Tweak constants in monitor_resources test
2015-12-09 14:28:56 +01:00
Wojciech Tyczynski
a915b8b29a
Merge pull request #18080 from wojtek-t/list_options_in_listwatch
...
Pass ListOptions to List in ListWatch.
2015-12-09 14:27:51 +01:00
Jerzy Szczepkowski
ab8dbd221d
Merge pull request #18296 from sdminonne/downwardapi_volume
...
rising timeout for mount-tester image
2015-12-09 11:25:20 +01:00
k8s-merge-robot
a486977e19
Merge pull request #17982 from deads2k/gv-testapi-01
...
Auto commit by PR queue bot
2015-12-08 22:16:59 -08:00
Minhan Xia
fa30b796a8
Merge pull request #18244 from freehan/eslogging
...
Increase verbosity for cluster logging e2e test
2015-12-08 16:47:47 -08:00
Minhan Xia
3e7882e808
improve retry for checking es cluster health and increase verbosity
2015-12-08 15:22:51 -08:00
Yu-Ju Hong
6e3c7aaae6
Bump the timeout for container readiness probe e2e tests
...
To reduce the flakiness.
2015-12-08 08:27:38 -08:00
gmarek
217149c199
Tweak constants in monitor_resources test
2015-12-08 13:46:27 +01:00
Wojciech Tyczynski
f27c69851e
Increase limits for addons in scalability test
2015-12-08 08:08:43 +01:00
Tim Hockin
d0d27be9b0
Merge pull request #18243 from thockin/test-flake
...
Try to fix rare test flake in services e2e
2015-12-07 20:57:13 -08:00
Yu-Ju Hong
c1a0502487
Change the kubelet --max-pods limit to 110 for test clusters
...
This allows resource usage monitoring test to launch 100 test pods per node, in
addition to the add-on pods.
Also reduce the test time length since the results over the shorter period are
representative enough.
2015-12-07 15:41:40 -08:00
deads2k
2ee3dfe415
update testapi to eliminate redundant fields
2015-12-07 15:54:26 -05:00
Fabio Yeon
b7dc1175ba
Merge pull request #18220 from yujuhong/increase_timeout
...
e2e: increase the container probing test timeout
2015-12-07 10:44:31 -08:00
Salvatore Dario Minonne
584ed9b2c4
rising timeout for mount-tester image
2015-12-07 16:44:07 +01:00
k8s-merge-robot
33eda2ffb5
Merge pull request #17825 from gmarek/fix-jenkins
...
Auto commit by PR queue bot
2015-12-07 04:51:43 -08:00
Wojciech Tyczynski
b0fcb5adef
Pass ListOptions to List in ListWatch.
2015-12-07 11:53:53 +01:00
gmarek
4c0b789949
Update limits for Kubelet in monitor-resources test
2015-12-07 10:48:18 +01:00
Wojciech Tyczynski
c355b20189
Increase Kibana limits in density test
2015-12-07 08:15:19 +01:00
Prashanth Balasubramanian
9b90b3440e
Add ingress cleanup script
2015-12-06 14:42:40 -08:00
k8s-merge-robot
e2679abdb8
Merge pull request #18011 from sdminonne/podSelector_labelSelector
...
Auto commit by PR queue bot
2015-12-05 13:56:04 -08:00
mqliang
0fd51b9e72
make 'deployment.kubernetes.io/podTemplateHash' as constant
2015-12-05 11:17:12 +08:00
Yu-Ju Hong
0ae1d548ce
e2e: fix container probing test
...
This change compare the timestamps in pod status to accurately determine
whether the initial delay has passed when the pod (container) becomes ready.
Also increase the test timeout to account for the parallel testing environment.
2015-12-04 17:12:18 -08:00
Tim Hockin
ba907883fb
Try to fix rare test flake in services e2e
2015-12-04 16:35:02 -08:00
Janet Kuo
8fb0caa15b
Implement MinReadySeconds for Deployment
2015-12-04 12:58:34 -08:00
gmarek
092c1b46ee
Make scheduler predicates test correctly use request instead of a limit
2015-12-04 18:15:23 +01:00
Filip Grzadkowski
81b6ac4755
Merge pull request #18209 from piosz/monitoring-e2e
...
Added printing heapster logs in case of monitoring.go e2e failure
2015-12-04 13:52:48 +01:00
Piotr Szczesniak
38e6392eef
Added printing heapster logs in case of monitoring.go e2e failure
2015-12-04 12:16:48 +01:00
k8s-merge-robot
bc2d0f9d3e
Merge pull request #17967 from rootfs/cephfs-e2e
...
Auto commit by PR queue bot
2015-12-04 02:55:52 -08:00
k8s-merge-robot
571839923c
Merge pull request #18208 from wojtek-t/dont_run_3podpernode_in_scalability
...
Auto commit by PR queue bot
2015-12-04 02:40:50 -08:00
k8s-merge-robot
f4637f644f
Merge pull request #18081 from gmarek/fix-test
...
Auto commit by PR queue bot
2015-12-04 02:14:17 -08:00
Wojciech Tyczynski
e0731b96cf
Don't run 3pods/node in scalability suite
2015-12-04 10:59:32 +01:00
Salvatore Dario Minonne
80575c3093
renaming PodSelector to LabelSelector
2015-12-04 09:49:08 +01:00
Jay Vyas
98153fcedc
HPA: parameterize stasis, minReplicas, maxReplicas as struct.
2015-12-03 14:34:49 -05:00
Marek Grabowski
5afc5e5938
Merge pull request #18145 from wojtek-t/deletion_in_density
...
Measure latency metrics before removing namespace
2015-12-03 11:17:21 +01:00
Wojciech Tyczynski
2637dab02b
Measure latency metrics before removing namespace
2015-12-03 11:15:44 +01:00
gmarek
bdfcf9bec0
Increase a interval during which we gather add-on resource usage to decrase variability
2015-12-03 11:13:35 +01:00
Marek Grabowski
011fb5c044
Merge pull request #18143 from gmarek/timeout
...
Increase timeout in e2e downward API test
2015-12-03 10:53:22 +01:00
gmarek
c1cf6b9704
Increase timeout in e2e downward API test
2015-12-03 10:48:16 +01:00
Wojciech Tyczynski
6dcb689d4e
Simplify List() signature in clients.
2015-12-03 09:54:07 +01:00
Marek Grabowski
800012dfb8
Merge pull request #17995 from ArtfulCoder/ktest
...
increased the number of tries in kube-proxy test
2015-12-03 09:39:46 +01:00
Marek Grabowski
1a59e031e2
Merge pull request #17993 from eosrei/1111-minion-node-hack-e2e
...
Minion->Node rename: comments/vars for e2e.go, e2e.sh, resize_nodes.go for #1111
2015-12-03 09:23:22 +01:00
Wojciech Tyczynski
8c497d80ec
Increase verification limits for kubeproxy in scalability tests
2015-12-03 09:13:52 +01:00
gmarek
d424db0706
Increase threshold for fluentd CPU usage in density test
2015-12-03 08:39:42 +01:00
Abhishek Shah
522f5def8b
increased the number of tries
2015-12-02 23:19:14 -08:00
Wojciech Tyczynski
882c1cd6f4
Increase verification limits for kubeproxy in scalability tests
2015-12-03 08:17:41 +01:00
gmarek
61fc0a1243
Explicitly set DNSDefault policy in Density test
2015-12-02 17:34:54 +01:00
k8s-merge-robot
8a8639d7af
Merge pull request #17863 from wojtek-t/only_list_options_in_watch
...
Auto commit by PR queue bot
2015-12-02 06:28:28 -08:00
k8s-merge-robot
ac68536d44
Merge pull request #17832 from wojtek-t/list_options_in_list
...
Auto commit by PR queue bot
2015-12-02 02:34:17 -08:00
Brad Erickson
6ac427a501
Minion->Node rename: e2e.sh and resize_nodes.go GCE_FLAKY_TESTS
2015-12-01 16:00:47 -08:00
k8s-merge-robot
d524bd8f52
Merge pull request #17942 from gmarek/fix-test
...
Auto commit by PR queue bot
2015-12-01 12:42:57 -08:00
Wojciech Tyczynski
8343c8ce6c
Pass ListOptions to List() methods.
2015-12-01 15:00:36 +01:00
k8s-merge-robot
7644d34759
Merge pull request #15775 from mesosphere/sur-k8sm-482-resource-roles
...
Auto commit by PR queue bot
2015-12-01 05:36:52 -08:00
Wojciech Tyczynski
d2dfc912e6
Simplify Watch() signature in clients.
2015-12-01 14:19:26 +01:00
k8s-merge-robot
a836b1e261
Merge pull request #17326 from caesarxuchao/grooupVersion-lastest
...
Auto commit by PR queue bot
2015-12-01 05:05:40 -08:00
gmarek
fa4f04e176
Add a validation step to add-on resource monitoring
2015-12-01 14:01:14 +01:00
k8s-merge-robot
ea14d1c309
Merge pull request #17880 from gmarek/log_monitoring
...
Auto commit by PR queue bot
2015-12-01 03:52:23 -08:00
k8s-merge-robot
53a544d980
Merge pull request #17614 from bprashanth/IngressE2E
...
Auto commit by PR queue bot
2015-11-30 20:16:17 -08:00
Chao Xu
6e192760e3
refactoring latest.go GroupVersion;
...
clean up latest.go GroupVersions;
remove latest.GroupMeta.Group;
remove latest.GroupMeta.Version.
2015-11-30 11:30:21 -08:00
Prashanth Balasubramanian
c553b15534
Ingress test revamp
...
Fixes a number of harder issues the initial test punted on.
2015-11-30 11:29:04 -08:00
Huamin Chen
a618260c74
update cephfs e2e test from v1beta3 to v1
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-11-30 13:28:57 -05:00
k8s-merge-robot
69bb774dd4
Merge pull request #17798 from deads2k/gv-kubectl-01
...
Auto commit by PR queue bot
2015-11-30 07:40:40 -08:00
gmarek
6ade0a1217
Add a tool for monitoring log generation rates
2015-11-30 16:04:48 +01:00
deads2k
1ac6d8afd3
update reaper, scaler, describer for GroupKind
2015-11-30 09:22:39 -05:00
Wojciech Tyczynski
0773eb034c
Fix resize_nodes.go test.
2015-11-30 14:55:20 +01:00
k8s-merge-robot
799ab4485b
Merge pull request #17897 from jayunit100/Unschedulable
...
Auto commit by PR queue bot
2015-11-28 09:13:40 -08:00
Jay Vyas
83898644c2
avoid unschedulable pods in networking.go
2015-11-27 23:57:14 -05:00
k8s-merge-robot
44f7983024
Merge pull request #17784 from gmarek/testing
...
Auto commit by PR queue bot
2015-11-27 08:28:07 -08:00
k8s-merge-robot
fc927e8719
Merge pull request #17770 from gmarek/fix-test
...
Auto commit by PR queue bot
2015-11-27 06:35:49 -08:00
Piotr Szczesniak
ffdf2892c0
Merge pull request #17838 from wojtek-t/fix_scheduler_latency_in_kubemark
...
Reenable scheduler metrics in scalability tests.
2015-11-27 10:48:45 +01:00
k8s-merge-robot
5687bfa8b2
Merge pull request #17687 from madhusudancs/out-of-disk-e2e
...
Auto commit by PR queue bot
2015-11-26 18:41:33 -08:00
Clayton Coleman
1d592e4c28
Unversioned types should not use ambiguous go-int
...
All external types that are not int64 are now marked as int32,
including
IntOrString. Prober is now int32 (43 years should be enough of an initial
probe time for anyone).
Did not change the metadata fields for now.
2015-11-26 11:45:25 -05:00
Wojciech Tyczynski
81a105cb73
Reenable scheduler metrics in scalability tests.
2015-11-26 15:22:27 +01:00
gmarek
b2dd7a23ec
Adjust latency limits for large clusters for listing pods
2015-11-26 12:07:15 +01:00
Phillip Wittrock
6b358e43dd
Merge pull request #17747 from saad-ali/fixErrorCreatingPDTry2
...
Refactor GCE wrapper library to allow execution from E2E test suite
2015-11-25 15:57:42 -08:00
saadali
42b200a0a0
Refactor GCE wrapper library to allow execution from E2E test suite
...
This reverts commit 147b6911f5
, reversing
changes made to 6fd986065b
.
2015-11-25 11:48:06 -08:00
k8s-merge-robot
54bcbb03b0
Merge pull request #17786 from mikedanese/fix-res
...
Auto commit by PR queue bot
2015-11-25 10:01:53 -08:00
k8s-merge-robot
3bd23b185b
Merge pull request #17730 from wojtek-t/use_unversioned_list_options_in_client
...
Auto commit by PR queue bot
2015-11-25 09:10:19 -08:00
Mike Danese
196416fbd8
don't test kube-proxy in system resource container monitoring since it is running in a docker container now
2015-11-25 08:47:44 -08:00
Wojciech Tyczynski
202da5a83c
Fix failing Kubemark
2015-11-25 16:19:25 +01:00
gmarek
4a785d0676
Enable Add-On resource gathering in scalability tests
2015-11-25 14:04:07 +01:00
Madhusudan.C.S
e3a26bfea6
Implement e2e test for node out of disk condition.
...
This is a second attempt at this commit and it fixes the cause for its
flakiness in the first attempt.
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.
Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-25 02:12:29 -08:00
Wojciech Tyczynski
a968f98dc2
Expose information about scheduling latency in scalability tests.
2015-11-25 08:31:46 +01:00
k8s-merge-robot
d42030170b
Merge pull request #15999 from aveshagarwal/master-issue-15624
...
Auto commit by PR queue bot
2015-11-24 17:07:10 -08:00
k8s-merge-robot
0d4e0dc173
Merge pull request #15502 from sdminonne/downwardapi_volume
...
Auto commit by PR queue bot
2015-11-24 15:00:07 -08:00
Janet Kuo
c0c02c95c4
kubectl run to produce deployment and job
2015-11-24 10:21:31 -08:00
Wojciech Tyczynski
b6ef62af24
Use unversioned.ListOptions in clients.
2015-11-24 16:52:09 +01:00
Avesh Agarwal
001437a72f
This commit fixes tests.
2015-11-24 09:16:12 -05:00
Wojciech Tyczynski
538f10f586
Fix latency.go e2e test
2015-11-24 10:07:55 +01:00
Marcin Wielgus
a5f9a759d9
Merge pull request #17716 from piosz/hpa-fix
...
Re-enabled HPA e2e in autoscaling suite
2015-11-24 10:07:20 +01:00
Piotr Szczesniak
fa2cb57d0f
Re-enabled HPA e2e in autoscaling suite
2015-11-24 10:02:26 +01:00
Wojciech Tyczynski
6589f30174
Do not run Latency test as part of scalability suite
2015-11-24 09:49:41 +01:00
Salvatore Dario Minonne
a922e5045d
downward api volume test e2e: update labels and annotations
2015-11-24 07:35:06 +01:00
k8s-merge-robot
949cf9e9da
Merge pull request #17180 from mesosphere/skipped-cleanup
...
Auto commit by PR queue bot
2015-11-23 21:04:18 -08:00
k8s-merge-robot
315b9000e2
Merge pull request #17678 from gmarek/fix-jenkins
...
Auto commit by PR queue bot
2015-11-23 17:16:37 -08:00
Tim Hockin
aa534a5b5f
Merge pull request #17690 from ixdy/privileged-e2e
...
Wait for hostexec pod to start running
2015-11-23 16:37:01 -08:00
Jeff Grafton
d38f83f7f1
Wait for hostexec pod to start running
2015-11-23 15:16:10 -08:00
Karl Isenberg
2d3c3e1d0b
Cleanup e2e tags
...
- Remove "Suite" from e2e tag names
- Move grouping e2e tags to the front of the test, describe or context name
- Move Conformance e2e tags to the end of test names (test specific)
- Move Skipped e2e tags to the end of names, but to as high a context as applicable
2015-11-23 13:42:12 -08:00
gmarek
0beaea0af7
ResizeNodes test wait for the number of system Pods equal to the one observed before the test
2015-11-23 21:46:23 +01:00
Mike Danese
65b8d43543
remove code that puts kube-proxy into a special cgroup since it runs in a container now
2015-11-23 10:20:58 -08:00
Sergiusz Urbaniak
9eae47c6e6
scheduler: implement role awareness
2015-11-23 17:27:14 +01:00
Jordan Liggitt
9da769f90d
Match service ports when proxying to services
2015-11-23 10:40:23 -05:00
Jerzy Szczepkowski
d6e27d0620
Merge pull request #17639 from piosz/hpa-e2e
...
Enabled HPA e2e tests for 1.1 release
2015-11-23 15:08:59 +01:00
k8s-merge-robot
4cb0beeefd
Merge pull request #17392 from jlowdermilk/e2e-clean-slate
...
Auto commit by PR queue bot
2015-11-23 03:19:24 -08:00
Piotr Szczesniak
0d105ad548
Enabled HPA e2e tests for 1.1 release
2015-11-23 10:22:13 +01:00
Jerzy Szczepkowski
8a922e22be
Revert "Refactor GCE wrapper library to allow execution from E2E test suite"
2015-11-23 09:24:32 +01:00
k8s-merge-robot
3fbf0cb810
Merge pull request #17276 from saad-ali/fixErrorCreatingPD
...
Auto commit by PR queue bot
2015-11-21 23:32:30 -08:00
k8s-merge-robot
748e0bc830
Merge pull request #17212 from mnagy/use_logf
...
Auto commit by PR queue bot
2015-11-21 09:41:34 -08:00
k8s-merge-robot
86ddc7592c
Merge pull request #17591 from thockin/e2e_ssh_log
...
Auto commit by PR queue bot
2015-11-21 05:05:24 -08:00
k8s-merge-robot
28dedac286
Merge pull request #17587 from piosz/deployment-e2e
...
Auto commit by PR queue bot
2015-11-20 17:07:30 -08:00
Tim Hockin
baeea3272a
make SSH logging in e2e more consistent
2015-11-20 14:49:19 -08:00
Mike Danese
ddd38c3edc
fix command that is supposed to kill kube-proxy
2015-11-20 14:11:18 -08:00
Piotr Szczesniak
2794e47b1c
Disabled HPA tests for deployment because they are flaky
2015-11-20 22:03:24 +01:00
saadali
882469dd7b
Refactor GCE wrapper library to allow execution from E2E test suite
2015-11-20 11:41:10 -08:00
k8s-merge-robot
1a57cc8033
Merge pull request #15777 from mesosphere/sttts-replace-ssh-by-net-host-container
...
Auto commit by PR queue bot
2015-11-20 02:19:25 -08:00
k8s-merge-robot
d10bdd7385
Merge pull request #17233 from mnagy/remove_unused_var
...
Auto commit by PR queue bot
2015-11-19 08:20:27 -08:00
k8s-merge-robot
3847843160
Merge pull request #17434 from gmarek/internal_ips
...
Auto commit by PR queue bot
2015-11-19 08:17:23 -08:00
Marcin Wielgus
feb439c67c
Revert "e2e test for node out of disk conditions"
2015-11-19 14:06:12 +01:00
k8s-merge-robot
5b2e339b24
Merge pull request #16398 from madhusudancs/out-of-disk-e2e
...
Auto commit by PR queue bot
2015-11-18 21:49:22 -08:00
Abhi Shah
28a4adabb5
Merge pull request #17427 from gmarek/expect-noerror
...
Log an error instantly in expectNoError
2015-11-18 14:59:53 -08:00
Jeff Lowdermilk
e95cf1d109
Delete orphaned namespaces at e2e start for soak tests
...
This will help prevent soak clusters getting hosed if a test is
interrupted without cleaning up resources.
2015-11-18 09:57:19 -08:00
gmarek
98633316a5
Print an external IP for Nodes in a density test for easier log lookup
2015-11-18 16:48:39 +01:00
gmarek
9ca196dd75
Log an error instantly in expectNoError
2015-11-18 14:51:04 +01:00
Prashanth Balasubramanian
4f3e007581
Fix port typo, fix tests
2015-11-17 18:13:36 -08:00
Madhusudan.C.S
706d768e20
Implement e2e test for node out of disk condition.
...
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.
Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-17 13:19:32 -08:00
Dr. Stefan Schimanski
2d6c2eb897
e2e: replace ssh with net=host hostexec pod and kubectl exec
...
- document needed packages in hostexec image
- add RunHostCmdOrDie
- kube-proxy e2e: port from ssh to hostexec
- use preset NodeName to schedule test pods to different nodes
- parallel launch of pods
- port from ssh to hostexec
- add timeout because nc might block on udp
- delete test container without grace period
- PrivilegedPod e2e: port from ssh to hostexec
- NodePort e2e: port from ssh to hostexec
- cluster/mesos/docker: Enable privileged pods
2015-11-17 20:48:34 +01:00
k8s-merge-robot
3ec4a559f8
Merge pull request #17373 from wojtek-t/adjust_api_call_limits
...
Auto commit by PR queue bot
2015-11-17 05:51:55 -08:00
k8s-merge-robot
7ad8bb1787
Merge pull request #17161 from soltysh/strip_reaper
...
Auto commit by PR queue bot
2015-11-17 05:45:35 -08:00
Wojciech Tyczynski
7f129e94a6
Adjust latency limits for large clusters
2015-11-17 14:01:46 +01:00
k8s-merge-robot
9ae9eb6e85
Merge pull request #16984 from brendandburns/e2e4
...
Auto commit by PR queue bot
2015-11-17 04:37:30 -08:00
k8s-merge-robot
cae1f4095a
Merge pull request #17367 from piosz/deployment-e2e
...
Auto commit by PR queue bot
2015-11-17 03:10:02 -08:00
Maciej Szulik
64f778804d
Remove string from Reaper.Stop signature
2015-11-17 12:09:08 +01:00
Piotr Szczesniak
d246e7833b
Enabled HPA for deployment e2e
2015-11-17 11:40:43 +01:00
k8s-merge-robot
c5da63f5e0
Merge pull request #16979 from bprashanth/IngressE2E
...
Auto commit by PR queue bot
2015-11-17 02:30:20 -08:00
k8s-merge-robot
0c9bc3215d
Merge pull request #14469 from thockin/intstr
...
Auto commit by PR queue bot
2015-11-16 23:20:37 -08:00
Prashanth Balasubramanian
eb4106fe29
Refactor debug logging methods.
2015-11-16 18:57:59 -08:00
Prashanth Balasubramanian
8b35455664
Dump kubectl logs of Ingress controller at on e2e failure
2015-11-16 15:16:02 -08:00
Brendan Burns
ed91d5564b
Refactor the reboot test to print accurate information about node failures
...
As well as events from the kube-system namespace
2015-11-16 14:59:30 -08:00
k8s-merge-robot
a999c0fbe4
Merge pull request #13943 from mesosphere/static-pods
...
Auto commit by PR queue bot
2015-11-16 13:53:23 -08:00
Tim Hockin
ba383bcfeb
Refactor IntOrString into a new pkg
...
pkg/util/intstr is a cleaner encapsulation for this type and supporting
functions. No behavioral change.
2015-11-16 10:57:52 -08:00
k8s-merge-robot
7fa85d430b
Merge pull request #16614 from pmorie/ro-managed
...
Auto commit by PR queue bot
2015-11-16 10:46:44 -08:00
k8s-merge-robot
ebe5649939
Merge pull request #16824 from mattmoor/master
...
Auto commit by PR queue bot
2015-11-16 09:12:35 -08:00
k8s-merge-robot
89d7309c88
Merge pull request #16256 from mikedanese/daemon-gls
...
Auto commit by PR queue bot
2015-11-16 07:59:28 -08:00
Matt Moore
b750d1dddc
Drop the beta for GCR v2 images.
...
beta.gcr.io is no longer needed to pull through v2.
2015-11-14 12:19:02 -08:00
Paul Morie
911757486d
Refactor volume.Builder.IsReadOnly() to volume.Builder.GetAttributes()
2015-11-13 23:34:48 -05:00
James DeFelice
3d3577b9f3
rewrite of static pod json zipper
...
- add busybox static pod to mesos-docker cluster
- customize static pods with binding annotations
- code cleanup
- removed hacky podtask.And func; support minimal resources for static pods when resource accounting is disabled
- removed zip archive of static pods, changed to gzip of PodList json
- pod utilities moved to package podutil
- added e2e test
- merge watched mirror pods into the mesos pod config stream
2015-11-13 23:30:26 +00:00
k8s-merge-robot
5d80d6efec
Merge pull request #17043 from brendandburns/e2e5
...
Auto commit by PR queue bot
2015-11-13 12:00:34 -08:00