Odin Ugedal
|
d467b8ea14
|
Fix shellcheck failures SC2128
|
2019-10-23 22:47:46 +02:00 |
|
Kubernetes Prow Robot
|
b75e2d84c1
|
Merge pull request #84229 from wojtek-t/fix_networking_tests
Fix and clean up timeouts for networking tests in large clusters
|
2019-10-23 12:52:02 -07:00 |
|
Kubernetes Prow Robot
|
36e7620ef3
|
Merge pull request #84212 from liggitt/revert-move-hostpid-tests
Revert "move hostPID tests to common"
|
2019-10-23 12:51:40 -07:00 |
|
Kubernetes Prow Robot
|
d250877696
|
Merge pull request #84188 from danwinship/service-sanitycheck-fix-2
Comment out an e2eservice sanity check for now
|
2019-10-23 12:51:19 -07:00 |
|
Kubernetes Prow Robot
|
0f1a8054f9
|
Merge pull request #83579 from deads2k/dynamic-cert-file-ca-bundle
Dynamic cert file ca bundle
|
2019-10-23 12:49:27 -07:00 |
|
David Eads
|
6beb96261e
|
wire up a means to dynamically reload ca bundles for kube-apiserver
|
2019-10-23 11:01:56 -04:00 |
|
Dan Winship
|
cc8d3335b7
|
Make e2eservice.CheckAffinity wait longer, to avoid flakes
|
2019-10-23 10:28:54 -04:00 |
|
draveness
|
35d772e354
|
feat: graduate ScheduleDaemonSetPods to GA
|
2019-10-23 21:34:47 +08:00 |
|
Jordan Liggitt
|
c6fe4f0ac4
|
Use v1 CRD deletion endpoints in e2e tests
|
2019-10-23 09:01:38 -04:00 |
|
wojtekt
|
bf34ba0cdf
|
Fix timeouts for networking tests in large clusters
|
2019-10-23 14:44:45 +02:00 |
|
Sean Sullivan
|
b43992f752
|
Updates file to reference cli-runtime printer package
|
2019-10-22 23:45:08 -07:00 |
|
Cheng Pan
|
b281d45749
|
Increase ClaimProvisionTimeout to 7 minutes
|
2019-10-23 05:40:06 +00:00 |
|
Kubernetes Prow Robot
|
ca0e694d63
|
Merge pull request #84174 from Random-Liu/upgrade-all-node-pools
Upgrade all node pools for gke upgrade test.
|
2019-10-22 20:10:36 -07:00 |
|
Jordan Liggitt
|
8d0e4a4492
|
Revert "move hostPID tests to common"
This reverts commit 20ac24929b.
|
2019-10-22 21:28:44 -04:00 |
|
Cristian Dima
|
da759609dc
|
in pkg/controller/service rename service_controller.go to controller.go
|
2019-10-23 01:52:19 +03:00 |
|
Brendan Chang
|
862e814f82
|
Use sigyaml for the metav1 fuzz targets
|
2019-10-22 16:41:49 -04:00 |
|
Dan Winship
|
6a5caea2f6
|
Comment out an e2eservice sanity check for now
|
2019-10-22 10:27:51 -04:00 |
|
Odin Ugedal
|
fe8f75c500
|
Fix startup probe test by checking updated values
|
2019-10-22 10:04:56 +02:00 |
|
Yecheng Fu
|
7c7ba19781
|
Revert "Disable local block volume reconstruction test"
This reverts commit 7c240a18b6.
|
2019-10-22 14:28:20 +08:00 |
|
Kubernetes Prow Robot
|
3ff376923d
|
Merge pull request #83971 from yutedz/err-start-master
Log the error before calling closeFn
|
2019-10-21 22:31:21 -07:00 |
|
Lantao Liu
|
983fd27454
|
Upgrade all node pools for gke upgrade test.
Signed-off-by: Lantao Liu <lantaol@google.com>
|
2019-10-21 22:28:53 -07:00 |
|
Kubernetes Prow Robot
|
10490a645c
|
Merge pull request #84159 from danwinship/service-sanitycheck-fix
Fix sanity-checking of LoadBalancer services in e2eservice.TestJig
|
2019-10-21 21:12:32 -07:00 |
|
Kubernetes Prow Robot
|
ffffd6b6f5
|
Merge pull request #84148 from gongguan/filter_plugin
[migration phase 1] Add filter plugin for cloud provider storage predicate
|
2019-10-21 21:12:19 -07:00 |
|
Kubernetes Prow Robot
|
9039e6b754
|
Merge pull request #83398 from bclau/tests/fix-windows-image-pulling
tests: Simplifies image pulling tests
|
2019-10-21 19:55:21 -07:00 |
|
Kubernetes Prow Robot
|
c981bce007
|
Merge pull request #83368 from Jefftree/move-hostpid-tests
Move hostPID tests to common
|
2019-10-21 17:09:22 -07:00 |
|
Ted Yu
|
79dfd42718
|
Log the error even if closeFn crashes
|
2019-10-21 16:41:54 -07:00 |
|
Brendan Chang
|
d2074fcdb8
|
Add fuzz targets for Duration, MicroTime, and Time
|
2019-10-21 19:00:39 -04:00 |
|
louisgong
|
70ca08ec89
|
filter plugin for cloud provider storage predicate
|
2019-10-21 23:56:23 +08:00 |
|
Dan Winship
|
0aae11db48
|
Fix sanity-checking of LoadBalancer services in e2eservice.TestJig
|
2019-10-21 10:33:38 -04:00 |
|
Kubernetes Prow Robot
|
ac6c77c440
|
Merge pull request #84121 from zouyee/renamefit
rename FilterPlugin NodeResources
|
2019-10-20 20:45:37 -07:00 |
|
Kubernetes Prow Robot
|
ba4adeff20
|
Merge pull request #84090 from oomichi/move-LaunchHostExecPod
Move LaunchHostExecPod() to e2e network
|
2019-10-20 17:47:37 -07:00 |
|
zouyee
|
04340eaa34
|
rename FilterPlugin NodeResources
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
|
2019-10-20 12:51:16 +08:00 |
|
Kubernetes Prow Robot
|
e1685b5b59
|
Merge pull request #84074 from zouyee/proirity
LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins
|
2019-10-19 17:21:37 -07:00 |
|
Kubernetes Prow Robot
|
7e53c9d808
|
Merge pull request #83756 from hex108/permit
Refactor scheduler's framework permit API
|
2019-10-19 06:47:37 -07:00 |
|
zouyee
|
408c9da2a6
|
LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
|
2019-10-19 20:49:05 +08:00 |
|
Kubernetes Prow Robot
|
0c91af21b4
|
Merge pull request #84047 from draveness/feature/node-unschedulable-filter
feat: implement node unschedulable as a filter plugin
|
2019-10-19 04:03:37 -07:00 |
|
draveness
|
00a12c787c
|
feat: implement node unschedulable as a filter plugin
|
2019-10-19 17:29:25 +08:00 |
|
Kubernetes Prow Robot
|
ff7a09928b
|
Merge pull request #84070 from neolit123/1.17-remove-test-owners-ref
remove usage of the test/test_owners.* files
|
2019-10-19 02:13:36 -07:00 |
|
Jun Gong
|
38b7668bb3
|
Refactor scheduler's framework permit API
|
2019-10-19 16:22:39 +08:00 |
|
Kubernetes Prow Robot
|
0f7873ad5c
|
Merge pull request #82308 from zhlhahaha/kubectl_flag
Add kubectlPath flag to e2e_node.test
|
2019-10-18 23:47:37 -07:00 |
|
Kubernetes Prow Robot
|
52063ef8c9
|
Merge pull request #84094 from yutedz/stor-max-size
Clarify the role for SupportedSizeRange
|
2019-10-18 21:54:30 -07:00 |
|
Kubernetes Prow Robot
|
578d061666
|
Merge pull request #84064 from cblecker/go-1.12.11
Update to use go1.12.12
|
2019-10-18 21:54:02 -07:00 |
|
Kubernetes Prow Robot
|
91627f4962
|
Merge pull request #83805 from wk8/wk8/gmsa_e2e_tweak
Amending the GMSA e2e test to allow it to run against Windows-only clusters
|
2019-10-18 21:53:50 -07:00 |
|
Kubernetes Prow Robot
|
0a6e5e65b9
|
Merge pull request #83750 from mwwolters/json_fuzz
A go-fuzz target for Serializer.Encode/Decode, tested with go-fuzz
|
2019-10-18 21:53:37 -07:00 |
|
Kubernetes Prow Robot
|
aab740ffc2
|
Merge pull request #82703 from draveness/feature/graduate-taint-nodes-by-condition-to-ga
feat: update taint nodes by condition to GA
|
2019-10-18 20:01:37 -07:00 |
|
draveness
|
1163a1d51e
|
feat: update taint nodes by condition to GA
|
2019-10-19 09:17:41 +08:00 |
|
Michelle Au
|
1634ada147
|
remove hostnetwork from hostpath csi manifest
|
2019-10-18 18:14:17 -07:00 |
|
Ted Yu
|
0ae181cf0c
|
Clarify the role for SupportedSizeRange
|
2019-10-18 14:58:56 -07:00 |
|
Kubernetes Prow Robot
|
103afd2ba7
|
Merge pull request #83549 from danwinship/service-jig-sanitycheck
more e2eservice.TestJig cleanups
|
2019-10-18 12:37:31 -07:00 |
|
Kubernetes Prow Robot
|
b5c74a3f26
|
Merge pull request #82817 from zouyee/scpq
fix Security Context should run with an image specified user ID
|
2019-10-18 12:37:22 -07:00 |
|