Antonio Ojea
e08a00f97d
split tcp/udp e2e loadbalancer test
...
splitting the test, one per protocol, we can run them in parallel.
2021-01-24 01:42:04 +01:00
Antonio Ojea
63dce95fd2
e2e network test reorganization
...
the sig-network e2e tests related to services has more than 3k lines.
Some of those e2e tests are related to loadbalancers, that are
cloud provider specific and have special requirements.
We split up the services file and keeps the loadbalancers e2e tests
in their own file and with their own tag, so it is easier to skip
for people that don't run e2e tests in cloud providers.
2021-01-24 01:12:42 +01:00
Kubernetes Prow Robot
676079605d
Merge pull request #97789 from pacoxu/fix/gce-depre-version
...
metadata concealment: remove the legacy endpoints from the check
2021-01-23 10:41:39 -08:00
Kubernetes Prow Robot
308aa1a87a
Merge pull request #98273 from wenjiaswe/patch-2
...
Remove unused expectedRV in store_test TestGet
2021-01-23 06:39:39 -08:00
Kubernetes Prow Robot
ecb3a682b8
Merge pull request #98313 from claudiubelu/test-images/fixes-apparmor-loader
...
test images: Fixes apparmor-loader image
2021-01-23 01:51:39 -08:00
Kubernetes Prow Robot
b557633c3f
Merge pull request #98249 from JornShen/optimize_writeline_writeBytesLine
...
Optimize writeline and writeBytesLine in proxier.go
2021-01-22 23:45:39 -08:00
Kubernetes Prow Robot
194e5193c4
Merge pull request #97877 from andyzhangx/azurefile-migration-fix
...
fix azure file migration issue
2021-01-22 18:21:39 -08:00
Kubernetes Prow Robot
7b3f0cd5ca
Merge pull request #98286 from jeremyje/win20h2
...
Fix GCE Windows Smoke Test and Support 2004 and 20H2.
2021-01-22 12:21:39 -08:00
Kubernetes Prow Robot
1bb0108574
Merge pull request #98284 from pjh/install-docker-on-node-start
...
GCE Windows: add 20H2; install docker when nodes are started
2021-01-22 11:31:26 -08:00
Kubernetes Prow Robot
8493bce1f1
Merge pull request #98315 from claudiubelu/patch-3
...
test images: Adds --progress=plain to docker buildx build
2021-01-22 10:29:27 -08:00
Peter Hornyack
21592c23e1
GCE Windows: add 20H2; install docker when nodes are started
2021-01-22 09:58:22 -08:00
Claudiu Belu
cbeab55eb6
test images: Adds --progress=plain to docker buildx build
...
The default value for the progress is ``auto``, which will eat the output of RUN commands. This makes it a bit hard to debug when issues occur. Changing that option to ``plain`` will ensure that the output is properly kept.
2021-01-22 17:34:15 +02:00
Kubernetes Prow Robot
64baf0f73f
Merge pull request #98296 from Huang-Wei/avoid-singleton
...
sched: avoid using shareable singleton instance
2021-01-22 07:33:27 -08:00
Claudiu Belu
f56d832943
test images: Fixes apparmor-loader image
...
Currently, the image is not working properly because of the apparmor_parser giving this error:
Error relocating /sbin/apparmor_parser: secure_getenv: symbol not found
Updating musl to 1.1.20 or newer will fix this problem.
2021-01-22 15:25:47 +00:00
andyzhangx
1df2fcf8d4
fix azure file migration issue
...
refactor
fix comments
fix annoation nil map
add ut
2021-01-22 09:00:55 +00:00
Kubernetes Prow Robot
82ebcd1719
Merge pull request #98088 from wzshiming/fix-inhibit-lock
...
Fix repeatedly aquire the inhibit lock
2021-01-22 00:37:26 -08:00
Kubernetes Prow Robot
cea1098997
Merge pull request #97715 from changshuchao/files_tmptag
...
Made some optimizations, including modifying variable names, omitting…
2021-01-21 22:55:26 -08:00
Wei Huang
2ba120dcfa
sched: avoid using shareable singleton instance
2021-01-21 22:47:12 -08:00
Kubernetes Prow Robot
73fbd3da09
Merge pull request #97407 from waynepeking348/clean_rs_by_revision_instead_of_creat_timestamp
...
clean rs by revision instead of creation timestamp in deployment controller
2021-01-21 20:15:27 -08:00
Kubernetes Prow Robot
88c652c154
Merge pull request #98227 from claudiubelu/test-images/metadata-concealment-fix
...
test images: Fixes metadata-concealment image building
2021-01-21 18:47:26 -08:00
Kubernetes Prow Robot
1bbe5599ff
Merge pull request #98282 from pjh/README-updates
...
Improve the Windows GCE README
2021-01-21 17:49:29 -08:00
Jeremy Edwards
7575611fd5
Fix GCE Windows Smoke Test and Support 2004 and 20H2.
2021-01-22 01:14:50 +00:00
Kubernetes Prow Robot
f8ca5ad18a
Merge pull request #98272 from liggitt/unit-test-runs
...
Drop runs-per-test for unit tests
2021-01-21 16:21:04 -08:00
Peter Hornyack
313ac4751c
Improve the Windows GCE README
2021-01-21 15:42:37 -08:00
Kubernetes Prow Robot
661eae7c7c
Merge pull request #97814 from deads2k/podlogs-metrics
...
add metrics for insecure backend proxy
2021-01-21 13:27:00 -08:00
Claudiu Belu
ab3bd32d22
test images: Fixes metadata-concealment image building
...
The metadata-concealment image does not have any BASEIMAGE file, which means
that the image will be built from scratch. In this case, there are a few
fixes that need to be made in the image-build.sh script.
2021-01-21 20:47:55 +00:00
Kubernetes Prow Robot
56d1b5a6da
Merge pull request #98271 from chewong/use-promoted-kitten-nautilus
...
test images: use promoted kitten 1.4 and nautilus 1.4
2021-01-21 12:01:19 -08:00
Kubernetes Prow Robot
044bcb5f06
Merge pull request #98226 from claudiubelu/test-images/peer-finder-fix
...
test images: Prepend linux/ to peer-finder BASEIMAGEs
2021-01-21 12:01:11 -08:00
Kubernetes Prow Robot
2efd293658
Merge pull request #97078 from srm09/add-context-to-cordon-update
...
Passes a context to the drain helper object
2021-01-21 12:01:03 -08:00
Wenjia
f8f36c6727
Remove unused expectedRV in store_test TestGet
...
expectedRV is defined in tests struct but not set in test cases, removing the unnecessary checking
2021-01-21 11:27:57 -08:00
Kubernetes Prow Robot
44f8fcfe94
Merge pull request #97688 from pandaamanda/kubectl_proxy_example_format
...
cleanup: fix the format of kubectl proxy examples
2021-01-21 11:09:02 -08:00
Jordan Liggitt
8bac4ef9ad
Drop runs-per-test for unit tests
2021-01-21 13:58:00 -05:00
Kubernetes Prow Robot
055e8edfae
Merge pull request #98111 from pandaamanda/remove_kubectl_alpha_debug
...
Remove kubectl alpha debug command in 1.21
2021-01-21 09:57:48 -08:00
Kubernetes Prow Robot
7eef3ed8c7
Merge pull request #98003 from lauchokyip/fixlint2
...
Fix golint errors for k8s.io/cli-runtime/pkg/genericclioptions/
2021-01-21 09:57:40 -08:00
Kubernetes Prow Robot
6040a06a2e
Merge pull request #97841 from feranwq/patch-92402-2
...
fix vendor/k8s.io/cli-runtime/pkg/printers staticcheck
2021-01-21 09:57:27 -08:00
Kubernetes Prow Robot
579b62d541
Merge pull request #97556 from heqg/unused02
...
remove unused variable in e2e test[types.go]
2021-01-21 09:57:15 -08:00
Kubernetes Prow Robot
759ac2e8c8
Merge pull request #94684 from ingvagabund/e2e-priorities-avoidPods-wait-for-pods-getting-deleted
...
[sig-scheduling] SchedulerPriorities [Serial] Pod should avoid nodes that have avoidPod annotation: clean remaining pods
2021-01-21 09:57:01 -08:00
Ernest Wong
886a01c8a3
test images: use promoted kitten 1.4 and nautilus 1.4
...
Signed-off-by: Ernest Wong <chuwon@microsoft.com>
2021-01-21 12:53:23 -05:00
Kubernetes Prow Robot
ded5726227
Merge pull request #97523 from pandaamanda/kubectl_alpha
...
code cleanup for kubectl alpha -h
2021-01-21 08:25:14 -08:00
Kubernetes Prow Robot
c2ac8c360e
Merge pull request #96812 from bboreham/comment-grace
...
Comment default behaviour of kubectl drain.GracePeriodSeconds
2021-01-21 08:25:02 -08:00
Jan Chaloupka
2318992227
e2e: Pod should avoid nodes that have avoidPod annotation: clean remaining pods
...
The test is not cleaning all pods it created.
Memory balancing pods are deleted once the test namespace is.
Thus, leaving the pods running or in terminating state when a new test is run.
In case the next test is "[sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run",
the test can fail.
2021-01-21 17:08:40 +01:00
Kubernetes Prow Robot
6a161bf6d3
Merge pull request #98189 from claudiubelu/test-images/echoserver-windows
...
test images: Fixes echoserver image for Windows
2021-01-21 04:39:01 -08:00
Kubernetes Prow Robot
e1ba7546bf
Merge pull request #78862 from claudiubelu/tests/cleanup-node
...
tests: Removes node created by test
2021-01-21 02:59:01 -08:00
Kubernetes Prow Robot
5856883274
Merge pull request #98252 from lala123912/log_format_audit
...
staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go: migrate logs to structured logging
2021-01-21 02:05:01 -08:00
Kubernetes Prow Robot
2f7a312efa
Merge pull request #98212 from yangjunmyfm192085/run-test5
...
Change log:Fix hyperlink errors about 87933 and limit-priority-class-consumption-by-default
2021-01-21 01:01:00 -08:00
Kubernetes Prow Robot
9d99dbc357
Merge pull request #95664 from DirectXMan12/bug/non-racy-recorder-shutdown
...
Don't spawn a goroutine for every event recording
2021-01-20 21:25:00 -08:00
lala123912
eb8f8368bc
staging/src/k8s.io/apiserver/pkg/audit/policy/reader.go migrate logs to structured logging
2021-01-21 11:43:30 +08:00
jornshen
761473cd44
add ut for utils WriteLine WriteBytesLine
2021-01-21 10:51:54 +08:00
jornshen
3783821553
move the redundant writeline writeBytesLine to proxy/util/util.go
2021-01-21 10:51:39 +08:00
Kubernetes Prow Robot
a04b6e4b16
Merge pull request #98228 from claudiubelu/test-images/trigger-jobs2
...
test images: Small changes to trigger image postsubmit jobs
2021-01-20 17:51:12 -08:00