Kubernetes Prow Robot
252887e39f
Merge pull request #98485 from gavinfish/sched-wrap-all-err
...
Scheduler: wrap all errors in pkg/scheduler
2021-01-28 08:21:46 -08:00
Kubernetes Prow Robot
816e67ab9d
Merge pull request #97456 from claudiubelu/remove-busybox-helper
...
test images: Remove busybox-helper image
2021-01-28 08:21:34 -08:00
Tonis Tiigi
f19f22b43e
enable cross-compile CC config for non-amd64
...
Currently target CC can only be set if the host platform
is linux/amd64 . If target is already set in the environment
it is always safe to use it and enable cgo.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2021-01-28 07:11:04 -08:00
Jan Safranek
9032f5e51b
Fix translation of Cinder storage classess to CSI
...
In-tree Cinder storage class must be translated to CSI:
- sc.params["fsType"] -> sc.params["csi.storage.k8s.io/fstype"]
- sc.allowedTopology (with in-tree topology keys) -> sc.allowedTopology
(with CSI topology keys)
2021-01-28 16:01:15 +01:00
Kubernetes Prow Robot
90ca7e89e9
Merge pull request #98526 from saschagrunert/debian-images
...
Bump debian-base to v1.4.0 and debian-iptables to v1.5.0
2021-01-28 06:43:34 -08:00
xing-yang
ee904e18f0
Update owner aliases
2021-01-28 13:53:48 +00:00
Sascha Grunert
646a202440
Use buildx in favor of FROM --platform
syntax
...
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2021-01-28 14:53:09 +01:00
Patrick Ohly
c905f2656c
dependencies: update CSI spec to v1.3.0
...
The newer spec will be needed for some test code that uses the new
GetVolume API.
The commit was produced with:
hack/pin-dependency.sh github.com/container-storage-interface/spec v1.3.0
hack/update-vendor.sh
2021-01-28 13:51:13 +01:00
Sascha Grunert
1acaf32cff
Bump debian-base to v1.4.0 and debian-iptables to v1.5.0
...
Both images are now sane multi-architecture images and should fix the
kube-proxy container image in the same way.
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2021-01-28 13:47:09 +01:00
JunYang
e5cb50f69e
Change log: fix broken page anchor url encodings
...
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-01-28 18:44:33 +08:00
JunYang
2a13cbede8
Change log:Fix hyperlink of description [kube-controller-manager-kube-scheduler-and-cloud-controller-manager]
...
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
Fix hyperlink of error description /#
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-01-28 18:42:40 +08:00
JunYang
3bf52db5fe
Change log:Fix hyperlink of description [kube-controller-manager-kube-scheduler-and-cloud-controller-manager]
...
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
Fix hyperlink of error description /#
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
2021-01-28 16:21:19 +08:00
Nikhita Raghunath
5c916f0029
Add alisondy to sig-contribex-approvers
2021-01-28 12:53:39 +05:30
Kubernetes Prow Robot
9f2f1b8c46
Merge pull request #98496 from lavalamp/connrotation
...
Remove unbounded connection creation; also change worst case delay from 50s to 5s
2021-01-27 20:03:07 -08:00
Daniel Smith
80c3ec4c6a
Fix unbounded connection creation & 50s of delay
2021-01-27 19:14:24 -08:00
chymy
e472a7724b
add i18n.T in waitExample
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 10:35:21 +08:00
pacoxu
f85cbdb410
update metadata-concealment to 1.6 for removing legacy checking
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-01-28 10:06:47 +08:00
Jie Shen
f82e3c430c
Wrap all errors in pkg/scheduler
2021-01-28 09:13:40 +08:00
Kubernetes Prow Robot
b3dd01da49
Merge pull request #98456 from SataQiu/fix-apiserver-log-20210127
...
Fix the bug that network proxy logging http-connect mode in all cases
2021-01-27 16:59:07 -08:00
Amim Knabben
9a8a74f79a
Rolling back network policy tests
2021-01-27 18:58:52 -05:00
Kubernetes Prow Robot
4b3d6369dd
Merge pull request #98453 from tanjing2020/change-log
...
Add pod information to the error logs
2021-01-27 14:51:07 -08:00
David Eads
ff6684d90f
add check to gc_admission to allow super users to skip RESTMapping
2021-01-27 16:53:33 -05:00
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
Nabarun Pal
9cada2ec3b
update gogo/protobuf to v1.3.2
...
gogo/protobuf@v1.3.2 fixes https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121
Ref: https://github.com/kubernetes/client-go/issues/927
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-01-27 22:07:32 +05:30
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
hellogdc
22208d2297
issues-98409 fix the address of restful-serve-static.go in the comment of pkg/routes/logs.go
2021-01-27 11:26:40 +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
Andrea Tosatto
1449af1755
Re-run gofmt against staging/src/k8s.io/client-go/transport/
2021-01-27 00:08:07 +00:00
Andrea Tosatto
961fa25dd4
Remove unexpected updates to go.mod and go.sum
2021-01-26 23:49:25 +00:00
Andrea Tosatto
bdd2da5c7e
Update bazel BUILD file
2021-01-26 23:31:42 +00:00