Kenichi Omichi
5f81f5b96c
Move GetFileModeRegex to e2e/common
...
because the function is used at e2e/common tests only.
2020-03-23 23:23:54 +00:00
Kubernetes Prow Robot
1da4f75e24
Merge pull request #85128 from kevtaylor/kep/VolumeSubpathExpansion-Conformance
...
Promote VolumeSubpathEnvExpansion e2e tests to Conformance
2020-03-23 15:32:47 -07:00
Stephen Augustus
979e3e0dd5
build/dependencies: Remove bazel WORKSPACE go_version check
...
When supplying the go_download_sdk instead of updating rules_go, the
go_version is removed, so we shouldn't check for it anymore in
hack/verify-external-dependencies-version.sh.
Without this, pull-kubernetes-verify jobs will fail.
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-03-23 18:18:58 -04:00
Stephen Augustus
b6179ac7b9
deps: Update to Golang 1.13.9
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
Co-authored-by: Jeff Grafton <jgrafton@google.com>
2020-03-23 17:10:03 -04:00
Stephen Augustus
32b61ea28c
build: Remove kube-cross image building
...
kube-cross image building has moved to k/release/images/build/cross.
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-03-23 17:10:03 -04:00
Kubernetes Prow Robot
d20b6cd44d
Merge pull request #89252 from odinuge/hugepages-relax-node-validation
...
Relax huge page node validation
2020-03-23 13:52:47 -07:00
David Ashpole
b4ed7273da
add comment explaining when to remove the --enable-cadvisor-json-endpoints
2020-03-23 12:52:00 -07:00
Derek Carr
02e4ce6835
deflake grace period for pod deletion in node e2e
2020-03-23 15:23:54 -04:00
Aldo Culquicondor
5adc4c41e3
Add multiple init pods to perf test cases
...
Add test case with several init pods with affinity or antiaffinity.
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-03-23 14:55:12 -04:00
Aldo Culquicondor
0e66e56e70
Use b.Fatal instead of klog.Fatal in scheduler perf tests
...
The test tool doesn't work properly with klog.Fatal
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-03-23 14:53:15 -04:00
Abdullah Gharaibeh
24fe5a2f72
Moved RunPreScorePlugins to inside prioritizeNodes and RunPreFilterPlugins to inside findNodesThatFitPod.
2020-03-23 11:08:40 -04:00
Abdullah Gharaibeh
f9b650bc98
Scheduler: execute PreScore right before Score instead of after Filter.
2020-03-23 10:59:04 -04:00
Wei Fu
a809aaf03d
eviction: use previous statsFunc
...
No need to use summary to create statsFunc for localStorageEviction.
Just use vals from makeSignalObservations.
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2020-03-23 19:11:17 +08:00
Kubernetes Prow Robot
0641e0c6d8
Merge pull request #89059 from chenkaiyue/Reconcile-NoExecute-Taint
...
Reconcile NoExecute Taint
2020-03-23 00:14:45 -07:00
Kubernetes Prow Robot
07cf64925e
Merge pull request #89316 from oomichi/WaitForPodTerminated
...
Use e2epod.WaitForPodTerminatedInNamespace directly
2020-03-22 22:00:44 -07:00
fatedier
b5d989a6fc
Export new constructor for DelayingQueue
2020-03-23 12:15:29 +08:00
Kubernetes Prow Robot
6273449fe0
Merge pull request #89341 from aojea/bumputils
...
bump k8s.io utils
2020-03-22 19:26:46 -07:00
Antonio Ojea
dc025534af
bump k8s.io utils
...
Fix a bug in k8s.io/utils/net.GetIndexedIP() that wasn't working
with IPv6 addresses with leading zeros.
2020-03-22 22:21:47 +01:00
Kubernetes Prow Robot
de877ec26e
Merge pull request #89327 from aojea/conntrack
...
cluster: ipvs conntrack module vs kernel version
2020-03-22 13:28:44 -07:00
Kenichi Omichi
d191660c25
Use e2epod.WaitForPodTerminatedInNamespace directly
...
WaitForPod*() are just wrapper functions for e2epod package, and they
made an invalid dependency to sub e2e framework from the core framework.
So this replaces WaitForPodTerminated() with the e2epod function.
2020-03-22 17:43:33 +00:00
Kubernetes Prow Robot
da18fd14d3
Merge pull request #89326 from tanjunchen/remove-invalid-dependency-waitForPod-003
...
use e2epod.WaitTimeoutForPodReadyInNamespace directly
2020-03-22 10:08:44 -07:00
Alvaro Aleman
be370ddebc
Re-generate all listers
2020-03-22 12:45:02 -04:00
Alvaro Aleman
36c15371eb
Lister codegen: Clarify that returned objects are read-only
2020-03-22 12:40:20 -04:00
tanjunchen
bed22fbb44
WaitForPodReady is simply wrapper functions for e2epod package,
...
and they made an invalid dependency to sub e2e framework from the core framework.
So we can use e2epod.WaitTimeoutForPodReadyInNamespace to remove invalid dependency.
The main purpose of this pr is to handle the framework core package dependency subpackage pod.
2020-03-22 23:08:52 +08:00
Kubernetes Prow Robot
d3df233d9c
Merge pull request #89337 from feiskyer/fix-89336
...
Fix the VMSS name and resource group name when updating VMSS for LoadBalancer backendPools
2020-03-22 07:58:44 -07:00
Kubernetes Prow Robot
a9d915c526
Merge pull request #89328 from andyzhangx/maxshares
...
feat: support Azure shared disk
2020-03-22 05:50:44 -07:00
Ping He
26c97fa1b4
Azure auth fallback to real auth if refresh token fails, refactor and add more tests.
...
Signed-off-by: Ping He <tdihp@hotmail.com>
2020-03-22 17:04:20 +08:00
Kubernetes Prow Robot
d23310a40e
Merge pull request #89324 from tanjunchen/remove-invalid-dependency-waitForPod-002
...
use e2epod.WaitForPodRunningInNamespaceSlow directly
2020-03-22 00:36:44 -07:00
Pengfei Ni
0cb5f3b11f
Fix the VMSS name and resource group name when updating VMSS for LoadBalancer backendPools.
2020-03-22 05:57:04 +00:00
Kubernetes Prow Robot
c3d483bf76
Merge pull request #89323 from tanjunchen/remove-invalid-dependency-waitForPod-001
...
use e2epod.WaitForPodNotFoundInNamespace directly
2020-03-21 21:58:43 -07:00
drfish
9d7dc80b48
Rename waitForPodCondition in lifecycle_test.go to improve code readability
2020-03-22 11:53:51 +08:00
Kubernetes Prow Robot
fb9810c341
Merge pull request #89210 from gavinfish/inte-node-e2e
...
Remove dependency for node integration tests from e2e fw
2020-03-21 20:44:44 -07:00
Kubernetes Prow Robot
ca82b3281f
Merge pull request #89319 from mboersma/fix-mount-sensitive-windows-master
...
Update vendored MountSensitive code for Windows
2020-03-21 08:28:44 -07:00
andyzhangx
f889213d38
feat: support Azure shared disk
2020-03-21 13:16:22 +00:00
Kubernetes Prow Robot
a19942cbd7
Merge pull request #88979 from liggitt/crd-watch-cache
...
Clarify cached object type in apiserver log
2020-03-21 05:28:43 -07:00
Kubernetes Prow Robot
2ede416104
Merge pull request #89309 from yliaog/windep
...
infra_container is passed in as env variable
2020-03-21 04:10:44 -07:00
Antonio Ojea
33810a99d9
cluster: ipvs conntrack module vs kernel version
...
We should use 'nf_conntrack' instead of 'nf_conntrack_ipv4'
for linux kernel >= 4.19
2020-03-21 11:23:28 +01:00
Kubernetes Prow Robot
173b5ee6f7
Merge pull request #89250 from andyzhangx/disk-version
...
feat: change azure disk api-version
2020-03-21 02:56:57 -07:00
Kubernetes Prow Robot
5ba0dd0fb6
Merge pull request #89248 from nilo19/add-vmss-async-put
...
Support create or update VMSS asynchronously.
2020-03-21 02:56:44 -07:00
tanjunchen
aa52bfe4d6
use e2epod.WaitForPodRunningInNamespaceSlow directly
2020-03-21 15:51:49 +08:00
tanjunchen
d18e6569e0
use e2epod.WaitForPodNotFoundInNamespace directly
2020-03-21 15:11:40 +08:00
Kubernetes Prow Robot
53e86a814d
Merge pull request #89204 from tanjunchen/cleanup20200318-002
...
test/framework: psp.go skipper.go remove direct import /k8s.io/kubernetes/pkg
2020-03-20 23:08:44 -07:00
SataQiu
799cdbf7b0
e2e/framework: remove direct imports to /pkg/controller/nodelifecycle
2020-03-21 11:08:57 +08:00
Kubernetes Prow Robot
d3b2199b2f
Merge pull request #89321 from oomichi/WaitForPodNoLongerRunning
...
Use e2epod.WaitForPodNoLongerRunningInNamespace directly
2020-03-20 20:00:53 -07:00
Kubernetes Prow Robot
bf4bc4d883
Merge pull request #89283 from SataQiu/staging-e2e-framework-20200320
...
e2e/framework: remove direct imports to /pkg/client/conditions
2020-03-20 20:00:44 -07:00
Kubernetes Prow Robot
739d01a244
Merge pull request #89304 from otterley/nodelocaldnsmetrics
...
nodelocaldns: have Prometheus collect metrics
2020-03-20 17:58:57 -07:00
Kubernetes Prow Robot
4319ab214f
Merge pull request #89219 from chendave/misspelling
...
Trival fix: update the description on the pod preemption
2020-03-20 17:58:44 -07:00
Kubernetes Prow Robot
a26f50a52e
Merge pull request #86679 from oomichi/remove-invalid-dependency-27
...
Use e2epod.WaitForPodNameRunningInNamespace directly
2020-03-20 15:58:44 -07:00
marosset
e727149330
Updating vendored files
2020-03-20 21:17:16 +00:00
Kenichi Omichi
12ff8f2861
Use e2epod.WaitForPodNoLongerRunningInNamespace directly
...
WaitForPod*() are just wrapper functions for e2epod package, and they
made an invalid dependency to sub e2e framework from the core framework.
So this replaces WaitForPodNoLongerRunning() with the e2epod function.
2020-03-20 21:05:01 +00:00