Commit Graph

78269 Commits (f712c3ee0ef21e7d5360b1b21eb59dbce01ede48)

Author SHA1 Message Date
Kubernetes Prow Robot 946087b422
Merge pull request #77426 from Random-Liu/remove-terminated-pod
Remove terminated pod from summary api.
2019-05-07 15:55:23 -07:00
Kubernetes Prow Robot 5523be3572
Merge pull request #77419 from alculquicondor/feature/fake-runtime-handler
Store runtimeHandler for the PodSandboxStatus in FakeRuntimeService
2019-05-07 15:55:11 -07:00
Kubernetes Prow Robot caad1635ce
Merge pull request #77409 from gnufied/add-volume-manager-approvers
Add jan and msau42 as approver for volumemanager
2019-05-07 15:54:59 -07:00
Kubernetes Prow Robot b4262e9a22
Merge pull request #77408 from johnSchnake/frameworkLogRefactoringCommonScaleUpgrades
Move scalability, upgrade, and common packages to framework/log
2019-05-07 15:54:46 -07:00
Kubernetes Prow Robot f5d958af4b
Merge pull request #76749 from mcrute/ec2-rate-limit-fix
Avoid using tag filters for EC2 API where possible
2019-05-07 15:54:33 -07:00
David Zhu c50e7fd301 Make external driver storage class name generation contain a more random suffix in case of double generation in the same framework context (twice in the same test) 2019-05-07 14:37:06 -07:00
Kubernetes Prow Robot 2a7eaa30da
Merge pull request #77385 from humblec/gluster-error
Avoid duplicate error reporting in glusterfs
2019-05-07 14:31:28 -07:00
Kubernetes Prow Robot 167bc954fd
Merge pull request #77144 from kenegozi/key-in-invalid-label-error-message
Include the key of invalid label's value in error message
2019-05-07 14:31:15 -07:00
Kubernetes Prow Robot dca61deaf9
Merge pull request #77029 from StevenACoffman/patch-1
Update k8s.gcr.io/k8s-dns-node-cache image version
2019-05-07 14:31:02 -07:00
Kubernetes Prow Robot eacae8540a
Merge pull request #76508 from bclau/tests/agnhost-custom-dns-test
tests: Adds configurable pod DNS nameservers and search list test
2019-05-07 14:30:49 -07:00
Kubernetes Prow Robot 089e5a750c
Merge pull request #70626 from brahmaroutu/conformamce_fix_releasetag
Add Release information to each of the conformance tests.
2019-05-07 14:30:36 -07:00
Walter Fender 796097ae40 Staging the GCE Cloud Provider
**What type of PR is this?**
/kind cleanup

**What this PR does / why we need it**:
Staging the GCE Cloud Provider as part of KEP [20190125-removing-in-tree-providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md). Staging repo setup here https://github.com/kubernetes/legacy-cloud-providers
Moves the GCE cloud provider implementation to staging.
This is in preparation for moving the cloud provider code out of tree entirely.
However we need it in staging while the code needs to be consumed both in/out of tree.

**Which issue(s) this PR fixes**:
Fixes #

**Special notes for your reviewer**:

**Does this PR introduce a user-facing change?**:

```
NONE
```

Updated import dependency tracking.
Factored in the cleanup from #77412
Minor fix to go.mod.
2019-05-07 13:17:52 -07:00
Mike Crute c8edfa2417 Avoid using tag filters for EC2 API where possible
For very large clusters these tag filters are not efficient within the
EC2 API and will result in rate limiting. Most of these queries have
filters that are targeted narrowly enough that the elimination of the
tags filter will not return significantly more data but will be executed
more efficiently by the EC2 API.

Additionally, some API wrappers did not support pagination despite the
underlying API calls being paginated. This change adds pagination to
prevent truncating the returned results.
2019-05-07 12:42:42 -07:00
Aaron Crickenberger 8ee8b77eed Promote spiffxp to approver, add oomichi as reviewer 2019-05-07 12:11:36 -07:00
Anago GCB 11611ee3e9 Update CHANGELOG-1.15.md for v1.15.0-alpha.3. 2019-05-07 18:48:07 +00:00
yanghaichao12 e21ce73fba Refactor:move clean method to suitable place 2019-05-07 14:23:30 -04:00
Kubernetes Prow Robot 95eb3a6702
Merge pull request #77452 from cwdsuzhou/fix_error_overrided
fix always print EventTypeWarning due to err override
2019-05-07 09:52:10 -07:00
Kubernetes Prow Robot e332051416
Merge pull request #77433 from cwdsuzhou/common_func_for_ad
Add common func for NewAttacher and NewDetacher
2019-05-07 09:51:56 -07:00
Kubernetes Prow Robot 2e6f58ddf8
Merge pull request #77431 from cwdsuzhou/Add_detacher_assert_check
Add detacher assertion for csiAttacher
2019-05-07 09:51:44 -07:00
Srini Brahmaroutu 1cb5872cd3 Comment association to ConformanceIt block should be validated properly. 2019-05-07 09:16:44 -07:00
Srini Brahmaroutu 37e700050b Add Release information to each of the conformance tests. 2019-05-07 09:14:08 -07:00
Matt Matejczyk cb223dab04 Add --chunk-size=0 to disable pagination when listing nodes.
Otherwise the default of 500 is used which started breaking large
cluster tests, e.g.
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance/1125672232488538115
2019-05-07 17:34:31 +02:00
Kubernetes Prow Robot 19ed7fa731
Merge pull request #77113 from s-ito-ts/77103_autoscaling
Use framework.ExpectNoError() for e2e/autoscaling
2019-05-07 08:16:09 -07:00
Kubernetes Prow Robot 8fa775e546
Merge pull request #75187 from subramanian-neelakantan/host_to_create_volume
Use any host that mounts the datastore to create Volume
2019-05-07 08:15:54 -07:00
Kubernetes Prow Robot 014a2d2552
Merge pull request #77541 from krzysied/revert-76171-kube-proxy-iptables-restore-log
Revert "Add better logging when iptables-restore fails"
2019-05-07 06:03:48 -07:00
Krzysztof Siedlecki 941629d37a
Revert "Add better logging when iptables-restore fails" 2019-05-07 13:37:29 +02:00
caiweidong cf1eeed30c Use key in probedPlugin 2019-05-07 18:43:26 +08:00
Pengfei Ni 7ca1c832d2 Set ETAG when updating Azure loadbalancer, route and route table 2019-05-07 16:59:36 +08:00
Kubernetes Prow Robot a1588cfe34
Merge pull request #77478 from draveness/feature/remove-log-in-scheduler
feat: remove klog in AddUnschedulableIfNotPresent
2019-05-07 01:45:49 -07:00
Kubernetes Prow Robot 43284ecbfc
Merge pull request #77442 from cofyc/fix77084
Fix go lint failures in volume scheduling packages
2019-05-07 00:24:07 -07:00
Kubernetes Prow Robot 5b34d95ec5
Merge pull request #77381 from JieJhih/network/golint
Fix golint
2019-05-07 00:23:54 -07:00
Kubernetes Prow Robot db44f31bff
Merge pull request #74705 from johscheuer/remove-dead-csi-e2e-code
Remove unused code from CSI e2e tests
2019-05-07 00:23:41 -07:00
Jiatong Wang b26b6f0d5c Modify e2e/lifecycle tests to import e2elog.Logf
Signed-off-by: Jiatong Wang <wangjiatong@vmware.com>
2019-05-07 00:23:13 -07:00
danielqsj 8b5182581a Add Un-reserve extension point for the scheduling framework 2019-05-07 14:51:58 +08:00
andyzhangx 9a8f07dd9f remove VM API call dep in azure disk WaitForAttach
add comment

add unit test for WaitForAttach fnc

add unit test for WaitForAttach Func
2019-05-07 06:21:44 +00:00
Kubernetes Prow Robot 8ea9edbb02
Merge pull request #77495 from wanghaoran1988/fix_local_up_script
Enhance the local-up-cluster.sh script to start kubelet using correct cgroup driver.
2019-05-06 22:54:05 -07:00
Kubernetes Prow Robot 86a0a3d883
Merge pull request #77443 from cofyc/fix77085
Remove private copies and update the code to use shared annotations
2019-05-06 22:53:52 -07:00
Kubernetes Prow Robot 1fb8ed12a2
Merge pull request #75993 from caesarxuchao/add-count
Adding RemainingItemCount to ListMeta
2019-05-06 22:53:40 -07:00
yankaiz 1059a71973 Bump ip-masq-agent version to v2.3.0. Enable nomasq for reserved IPs.
Added the non-masq ranges to configure-helper.sh so that GCE clusters
will have the non-masq IP ranges aligned with GKE clusters.
2019-05-06 22:32:34 -07:00
Sean Sullivan 41b84b7f6e Unexport PrintTable function 2019-05-06 22:16:45 -07:00
Kubernetes Prow Robot b3a73f761f
Merge pull request #77362 from cblecker/fix-bash-3
Don't use mapfile as it isn't bash 3 compatible
2019-05-06 21:32:32 -07:00
Kubernetes Prow Robot ce9ea5ea41
Merge pull request #77335 from loqutus/remove-test-cauldron
remove soak test cauldron
2019-05-06 21:32:18 -07:00
Kubernetes Prow Robot 1b4b1d1c73
Merge pull request #76966 from figo/master
Split TestLoopbackHostPort into 2 tests
2019-05-06 21:32:05 -07:00
Kubernetes Prow Robot a8787dac30
Merge pull request #76927 from mrkm4ntr/unnecessary-goroutine
Do not generate unnecessary goroutines
2019-05-06 21:31:53 -07:00
Kubernetes Prow Robot e1d40da0df
Merge pull request #76396 from yuwenma/reapply-75624
[Re-Apply][Distroless] Convert the GCE manifests for master containers.
2019-05-06 21:31:39 -07:00
Yecheng Fu 4abd73048c Do one more level of casting to get the 'assumeCache' 2019-05-07 10:55:58 +08:00
danielqsj acbe498b11 fix other add statement 2019-05-07 10:52:32 +08:00
toyoda 8afecb8c30 add pod status check after job completes in job e2e test 2019-05-07 11:47:56 +09:00
s-ito-ts beca6c7c02 fix shellcheck failures in /hack/verify-[a-g]*.sh. 2019-05-07 02:32:54 +00:00
Jake Sanders e4d521e825 disable the apiserver insecure port by default in configure-helper 2019-05-06 19:26:57 -07:00