Commit Graph

97397 Commits

Author SHA1 Message Date
Antonio Ojea
08a8e80c9f move e2e hostport conflict test to sig-network
The test "validates that there is no conflict between pods with same
hostPort but different hostIP and protocol" was testing the scheduler
capability to schedule pods on the same node with hostPorts, however,
it wasn´t validating that the HostPorts was working, causing false
positives, because the pods were scheduled, but the HostPort exposed
wasn´t working.

In order to test the HostPort functionality, we have to use HostNetwork
pods, that are incompatible with Windows platforms. Also, since this
is touching both network and scheduling, there is no clear the ownership,
but sig-network is happy to adopt it.

We also add a new test for scheduling only under "scheduling", so Windows
folks can use it to test the scheduled in that platform.
2021-01-27 21:55:36 +01:00
Kubernetes Prow Robot
77b194a5d0
Merge pull request #98344 from gavinfish/remove-pro-rest
Cleanup: remove legacy prometheus visibility package_group
2021-01-27 10:01:40 -08:00
Kubernetes Prow Robot
24eea9a42f
Merge pull request #97628 from heqg/typo-function
CHANGELOG-1.19.md: Fix Spelling error about [function]
2021-01-27 09:03:39 -08:00
Kubernetes Prow Robot
6a4a0cdb91
Merge pull request #98187 from jsafrane/skip-2node
Skip PD tests on 1 node cluster
2021-01-27 07:23:39 -08:00
Kubernetes Prow Robot
b418bc83db
Merge pull request #98047 from pacoxu/1.21/grammer-fixes
fix all grammar and spelling issues in releases of 20210113
2021-01-27 05:51:39 -08:00
Claudiu Belu
bdaf849c0f test images: Remove busybox-helper image
We cannot have any RUN commands in the Windows stage when using docker buildx,
which is why we were using the busybox-helper image. The purpose of the image
was to contain a few things that we would obtain by running a few commands:

- symlinks for the busybox binary
- run vcredist_x64.exe which would also give us the vcruntime140.dll which is
  necessary for dig or httpd.

There are alternatives to the commands above that can be achieved in a Linux stage
as well:

- we can create the symlinks in a Linux stage with ln -s. Copying them over to
Windows will allow them to work just as well as if they were being copied over
from a Windows image. The 'Files\' prefix issue to the symlink target still persists.
- we can download the vcruntime140.dll directly, allowing us to skip the vcredist_x64.exe
  installation.
2021-01-27 04:22:38 -08:00
Kubernetes Prow Robot
35bf00acb1
Merge pull request #98363 from cpanato/go1157
[go1.15] Update to go1.15.7
2021-01-27 03:43:39 -08:00
Carlos Panato
3dec5781ad
[go1.15] updatestaging pb.go files using the hack scripts 2021-01-27 11:50:33 +01:00
Carlos Panato
d726c718bf
[go1.15] Use go-runner:buster-v2.2.4 image (built on go1.15.7) 2021-01-27 11:44:05 +01:00
Carlos Panato
d4840b9e2a
[go1.15] staging/publishing: Set default go version to go1.15.7 2021-01-27 11:43:02 +01:00
Carlos Panato
e76fc62258
[go1.15] Update to go1.15.7
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-01-27 11:43:01 +01:00
Kubernetes Prow Robot
15252db5f2
Merge pull request #98430 from liggitt/ingress-flake
Deflake ingress e2e updates
2021-01-27 02:03:40 -08:00
pacoxu
ca2033db8d fix all grammer and speel issues in releases of 20210113
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-01-27 17:15:51 +08:00
Kubernetes Prow Robot
e0bba105cc
Merge pull request #98138 from lala123912/log_format_admission
staging/src/k8s.io/apiserver/pkg/admission: migrate to structured logs
2021-01-27 01:13:50 -08:00
Kubernetes Prow Robot
de4d771d3b
Merge pull request #97934 from mattcary/loopback-upstream
Disallow local loopback for volume hosts
2021-01-27 01:13:40 -08:00
Kubernetes Prow Robot
5310e4f30e
Merge pull request #98437 from dims/add-dims-to-test/utils/image
Add dims to test/utils/image/OWNERS
2021-01-26 21:53:48 -08:00
Kubernetes Prow Robot
a8e819350c
Merge pull request #98401 from pacoxu/debian-base/1.3.0
update debian-base to buster-v1.3.0 for CVEs
2021-01-26 21:53:39 -08:00
Kubernetes Prow Robot
21d3c73f54
Merge pull request #93179 from chendave/preemption_improve
prefer nominated node - IMPL
2021-01-26 21:03:40 -08:00
SataQiu
1690d6d011 fix the bug that network proxy logging http-connect mode in all cases
Signed-off-by: SataQiu <1527062125@qq.com>
2021-01-27 12:09:11 +08:00
Kubernetes Prow Robot
1920e1f2ee
Merge pull request #98406 from navist2020/fix_variable_name
Misspelling of the variable name
2021-01-26 19:19:39 -08:00
tanjing2020
53671ffcd2 Add pod information to the log 2021-01-27 09:49:06 +08:00
Matthew Cary
9a7dcd36c1 Disallow local loopback for volume hosts
Change-Id: Ic356c3f859057153cfad97327f1938792a1a512c
2021-01-26 17:12:51 -08:00
Kubernetes Prow Robot
4fc184f383
Merge pull request #98436 from liggitt/filtered-proxy
Resolve IP addresses of host-only in filtered dialer
2021-01-26 16:57:40 -08:00
Kubernetes Prow Robot
0221f68ac3
Merge pull request #94015 from mattfenwick/issue-94005
run node bandwidth tests using iperf2 and collecting more detailed information
2021-01-26 15:15:40 -08:00
Anago GCB
22e832de53 CHANGELOG: Update directory for v1.21.0-alpha.2 release 2021-01-26 20:48:44 +00:00
Kubernetes Prow Robot
013024864e
Merge pull request #98391 from Jiawei0227/process_start_metric
Bug Fix for process_start_time_metric initialization
2021-01-26 10:30:44 -08:00
Kubernetes Prow Robot
ed4025a47b
Merge pull request #96328 from qingsenLi/201107-tc
test: Add comment for the redundant define name
2021-01-26 10:30:32 -08:00
Kubernetes Prow Robot
bae644e85e
Merge pull request #98426 from wilsonehusin/patch-2
Add ashnehete to CHANGELOG reviewers
2021-01-26 09:41:11 -08:00
Kubernetes Prow Robot
78d8b5958f
Merge pull request #98425 from mrbobbytables/update-badge
Update godoc reference widget to pkg.go.dev
2021-01-26 09:41:03 -08:00
Kubernetes Prow Robot
6ced23a93c
Merge pull request #98405 from aojea/e2elbudp
Fix loadbalancer e2e udp: Part 2
2021-01-26 09:40:55 -08:00
Kubernetes Prow Robot
bfac3e9309
Merge pull request #98364 from gavinfish/sched-error-interpod
Scheduler: wrap errors from DefaultPreemption and InterPodAffinity plugins
2021-01-26 09:40:46 -08:00
Kubernetes Prow Robot
a107769005
Merge pull request #96691 from ii/fix-e2e-timeout
Increase timeout for pod lifecycle test to reach pod status=ready
2021-01-26 09:40:34 -08:00
Davanum Srinivas
933b8eaeb8
Add dims to test/utils/image/OWNERS
Missed this directory in d9fdc68bae

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-01-26 12:12:21 -05:00
Jordan Liggitt
ce553e1b68 Resolve IP addresses of host-only in filtered dialer 2021-01-26 12:00:53 -05:00
Jordan Liggitt
9a61b305d2 Deflake ingress updates 2021-01-26 10:54:17 -05:00
Kubernetes Prow Robot
41a42ef675
Merge pull request #98266 from gavinfish/sched-runtime-error
Scheduler: wrap errors for framework/runtime
2021-01-26 07:48:47 -08:00
Kubernetes Prow Robot
35871e49b7
Merge pull request #98134 from tanjing2020/change-log
migrate generic_scheduler.go and types.go to structured logs
2021-01-26 07:48:35 -08:00
drfish
a6f2736032 Wrap errors from DefaultPreemption and InterPodAffinity plugins 2021-01-26 23:00:12 +08:00
Wilson E. Husin
68e600f29c
Add ashnehete to CHANGELOG reviewers
ashnehete is now a member of Kubernetes organization on GitHub.
2021-01-26 06:44:56 -08:00
Bob Killen
58c35ff849
Update godoc reference widget to pkg.go.dev
godoc.org has been replaced with pgk.go.dev.
A redirect exists for now, but will eventually be turned off.
For more information see the go blog post on this migration:
https://blog.golang.org/pkg.go.dev-2020
2021-01-26 09:34:07 -05:00
Kubernetes Prow Robot
889cf714c1
Merge pull request #95111 from choury/patch-2
make podTopologyHints protected by lock
2021-01-26 04:18:34 -08:00
10177505
0e0e5a09e3 fix Geting -> Getting 2021-01-26 20:17:34 +08:00
Li Bo
bb150cdd4f change minimum bash version to 4.2 2021-01-26 20:12:58 +08:00
Kubernetes Prow Robot
0bf274d471
Merge pull request #98061 from jprzychodzen/le-ccm
[cloud-controller-manager] Lower timeout for leaderelection resourcelock
2021-01-26 02:36:46 -08:00
Kubernetes Prow Robot
76d1292930
Merge pull request #98059 from jprzychodzen/ld-kcm
[kube-controller-manager] Lower timeout for leaderelection resourcelock
2021-01-26 02:36:34 -08:00
Antonio Ojea
a38b7e5ecb fix e2e loadbalancer udp test 2021-01-26 11:30:23 +01:00
Kubernetes Prow Robot
83aee3462f
Merge pull request #98341 from knabben/delete-network-policy
Removing network_policy.go test file
2021-01-26 00:42:34 -08:00
lala123912
2dc8cadd00 staging/src/k8s.io/apiserver/pkg/admission: migrate to structured logs 2021-01-26 16:35:40 +08:00
navist2020
079529c5d8 Misspelling of the variable name 2021-01-26 15:45:45 +08:00
pacoxu
6a795f5f51 update etcd revision to 2 for next build 3.4.13-2 2021-01-26 15:29:26 +08:00