Commit Graph

103135 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
c8a91dc3a8
Merge pull request #104478 from aojea/lb_timeouts
bump e2e loadbalancer timeouts to 15m
2021-08-20 11:19:43 -07:00
Kubernetes Prow Robot
341d312066
Merge pull request #97350 from FabianKramm/master
kubectl proxy: append context host path to request path
2021-08-20 11:19:31 -07:00
Kubernetes Prow Robot
f4e1558af0
Merge pull request #104451 from claudiubelu/test-images/windows-server-2022
test images: Adds Windows Server 2022 to the BASEIMAGEs
2021-08-20 10:09:37 -07:00
Kubernetes Prow Robot
40f05cec28
Merge pull request #104373 from astraw99/fix_typo_rate_limiter
Fix typo of rate limiter
2021-08-20 10:09:25 -07:00
Abu Kashem
bdedd2a4c1
apiserver: add key/value pair to httplog 2021-08-20 11:10:32 -04:00
Kubernetes Prow Robot
b0bc8adbc2
Merge pull request #104368 from aojea/ruleguard
golang 1.17 fails to parse IPs with leading zeros
2021-08-20 07:59:24 -07:00
Kubernetes Prow Robot
64e422dc2a
Merge pull request #104441 from jsturtevant/small-resource-requests-for-hpa
test: e2e: HPA ContainerResource - Lower requests b/c multiple containers will leave pending pods on existing test infra
2021-08-20 04:35:24 -07:00
Antonio Ojea
3a660b7294 bump e2e loadbalancer timeouts to 15m 2021-08-20 12:15:37 +02:00
Antonio Ojea
2c73d7834a update vendor 2021-08-20 10:47:50 +02:00
Antonio Ojea
e1e4408ab3 allow k8s.io/utils/net imports 2021-08-20 10:42:10 +02:00
Antonio Ojea
0cd75e8fec run hack/update-netparse-cve.sh 2021-08-20 10:42:09 +02:00
Antonio Ojea
e9ddac5d85 rename net.ParseCIDR on messages to avoid false positives 2021-08-20 10:42:09 +02:00
Antonio Ojea
06f2d678ee update and verify netparse
Add script to verify that net.ParseIP and net.ParseCIDR are
not being used.

Add another script to automatically replace those functions
for the ones forked in k8s.io/utils/net
2021-08-20 10:42:09 +02:00
Kubernetes Prow Robot
175776d25a
Merge pull request #104270 from liggitt/1.22-compatibility-data
1.22 compatibility data
2021-08-19 20:45:24 -07:00
Kubernetes Prow Robot
df51e4e63e
Merge pull request #100720 from dntosas/scheduler-metrics-fix-buckets
[volumeScheduling/metrics] Fix buckets initialization
2021-08-19 18:47:24 -07:00
Kubernetes Prow Robot
7fcecc077d
Merge pull request #104466 from stbenjam/bump-utils
vendor: bump k8s.io/util to get fix for LRU cache
2021-08-19 17:21:24 -07:00
Stephen Benjamin
c253235152 vendor: bump k8s.io/util to get fix for LRU cache
This updates the k8s.io/util to pull in the fix for
https://github.com/kubernetes/kubernetes/issues/104452.

Commands run:

  ./hack/pin-dependency.sh k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
  ./hack/update-vendor.sh
2021-08-19 17:12:16 -04:00
Kubernetes Prow Robot
851b4a2c9a
Merge pull request #104407 from aojea/host_network_collision
hostNetwork tests can't share the same port
2021-08-19 13:45:25 -07:00
Anago GCB
7413f44e59 Merge remote-tracking branch 'origin/master' 2021-08-19 17:43:32 +00:00
Cheng Xing
21491aa5a1 Bump livenessprobe to 2.4.0 in e2e hostpath driver spec 2021-08-19 10:33:12 -07:00
Anago GCB
0af1c83e03 CHANGELOG: Update directory for v1.22.1 release 2021-08-19 16:35:05 +00:00
fabiankramm
b1a6f8cdf9 kubectl proxy: append context host path to request path
Signed-off-by: fabiankramm <fab.kramm@googlemail.com>
2021-08-19 17:32:19 +02:00
Anago GCB
950c4dafec CHANGELOG: Update directory for v1.23.0-alpha.1 release 2021-08-19 15:05:06 +00:00
Kubernetes Prow Robot
f7b23cf6d0
Merge pull request #103448 from eddiezane/ez/update-cobra-1.2.1
Update cobra to 1.2.1
2021-08-19 06:55:24 -07:00
Kubernetes Prow Robot
9a26b83271
Merge pull request #100917 from lojies/typeassertionomitnil
Omit redundant nil check in type assertion
2021-08-19 05:39:24 -07:00
Claudiu Belu
3c1a3dea59 test images: Adds Windows Server 2022 to the BASEIMAGEs
The Container Images for Windows Server 2022 have been published, and
we can start building test images using them, so we can start adding
jobs for them.

The image versions for the e2e test images have been bumped in a previous
commit, but haven't been promoted yet. We don't need to bump them here.

We're starting with windows-servercore-cache and busybox images, since
they are needed for the other images the most.

A previous added LD_FLAGS for the go binary compilation, but it's not
defined for all images.
2021-08-19 12:22:07 +00:00
Kubernetes Prow Robot
3945e35f1c
Merge pull request #103852 from brianpursley/kubectl-1078
Changed flag name underscore warning to prevent duplicate warnings and avoid recommending invalid flag name
2021-08-19 02:51:36 -07:00
Kubernetes Prow Robot
71df208a80
Merge pull request #103791 from orsenthil/issue-1082
Provide reference to impersonation options for kubectl auth can-i command.
2021-08-19 02:51:24 -07:00
Kubernetes Prow Robot
08eaea4590
Merge pull request #104350 from tkashem/audit-policy-refactor
refactor: rename audit Checker interface
2021-08-19 01:41:24 -07:00
Kubernetes Prow Robot
f38c596480
Merge pull request #104384 from feiskyer/fix-nsg-case
fix: skip case sensitivity when checking Azure NSG rules
2021-08-19 00:17:23 -07:00
Kubernetes Prow Robot
325811eea4
Merge pull request #103672 from Nordix/remove-pkg-slice
Remove pkg/utils/slice dependeny in kube-proxy
2021-08-18 23:07:23 -07:00
Lars Ekman
c3509f49f9 Update-vendor to add k8s.io/utils/strings/slices/ 2021-08-19 06:56:36 +02:00
Lars Ekman
25453708ea Remove pkg/utils/slice from kube-proxy 2021-08-19 06:48:27 +02:00
Kubernetes Prow Robot
9d38c64a7d
Merge pull request #104426 from mauriciopoppe/update-csi-proxy-version
Upgrade the default csi-proxy version installed by kube-up.sh
2021-08-18 15:23:45 -07:00
Eddie Zaneski
b18d6ee61d
Update cobra to v1.2.1
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-08-18 15:02:25 -06:00
James Sturtevant
f5e97186d2 Lower requests b/c multiple containers will leave pending pods 2021-08-18 13:33:17 -07:00
Kubernetes Prow Robot
94ff97fd89
Merge pull request #104430 from saschagrunert/crictl
Update cri-tools to v1.22.0
2021-08-18 12:37:45 -07:00
Kubernetes Prow Robot
58617e1619
Merge pull request #103799 from jyz0309/add-metric
Create new metric which conform to our naming conventions
2021-08-18 09:20:07 -07:00
Jordan Liggitt
ccbdf041a2 Fix slice type comparison bug 2021-08-18 11:30:34 -04:00
Kubernetes Prow Robot
0b3c205798
Merge pull request #104434 from tkashem/add-self-as-a-reviewer
add tkashem as a reviewer of apiserver
2021-08-18 08:04:08 -07:00
Abu Kashem
0ba731253e
add tkashem as a reviewer of apiserver 2021-08-18 09:57:01 -04:00
Kubernetes Prow Robot
333eb833e5
Merge pull request #104401 from aojea/sctp_scale
SCTP tests run only on 2 nodes
2021-08-18 03:28:08 -07:00
Antonio Ojea
513b55b00d hostNetwork tests can't share the same port
The pods using hostNetwork use the host network namespace, hence
they have to share it with the rest of the process and pods.
If several pods try to bind to the same port, the test will fail,
so we try to use a non common port, and run the different scenario
in the same test, so we only have to bind once and we avoid consuming
ports reducing the port collision risk.
2021-08-18 10:43:06 +02:00
Sascha Grunert
6a6e24702c
Update cri-tools to v1.22.0
This patch updates crictl to the latest available release.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-08-18 10:15:15 +02:00
Kubernetes Prow Robot
8dbc33d649
Merge pull request #101081 from rphillips/add_graceful_shutdown_event
kubelet: add graceful shutdown events
2021-08-17 22:08:08 -07:00
Kubernetes Prow Robot
f805f5588b
Merge pull request #104416 from liggitt/go117-certificates
Update unit tests to handle go1.17 certificate parsing error messages
2021-08-17 17:04:07 -07:00
Kubernetes Prow Robot
4096edae84
Merge pull request #104355 from jimangel/updating-docs-co-chairs
updating co-chairs
2021-08-17 15:52:08 -07:00
Kubernetes Prow Robot
186fdd24ff
Merge pull request #104423 from eddiezane/ez/kubectl-support-template
Update kubectl GitHub support issue template
2021-08-17 14:03:14 -07:00
Kubernetes Prow Robot
03ccab222b
Merge pull request #104363 from liggitt/gomodule-ldflags
Update ldflags to work with gomodule build
2021-08-17 12:55:13 -07:00
Mauricio Poppe
fa9d5546cd Upgrade the default csi-proxy version installed by kube-up.sh 2021-08-17 19:37:26 +00:00