Commit Graph

103102 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
625b1e2d0b
Merge pull request #104382 from feiskyer/fix-vm-state
fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
2021-08-23 19:41:14 -07:00
Kubernetes Prow Robot
f6331c74b6
Merge pull request #103557 from jiahuif/feature/controller-manager/interface
common interface for controllers
2021-08-23 15:27:25 -07:00
Kubernetes Prow Robot
72b327c685
Merge pull request #104488 from seans3/cmd-headers-cancel-request
Adds CancelRequest function to CommandHeadersRoundTripper
2021-08-23 14:17:25 -07:00
Kubernetes Prow Robot
4a6792dd10
Merge pull request #104465 from tkashem/httplogger-structured
apiserver: add key/value pair to httplog
2021-08-23 11:48:34 -07:00
Kubernetes Prow Robot
358e509863
Merge pull request #103545 from thockin/rest-create-deepcopy
REST: Document mutable inputs on Create() and fix tests
2021-08-23 11:48:22 -07:00
Indeed
6616655b7b create common interface for controllers. 2021-08-23 10:44:01 -07:00
Kubernetes Prow Robot
e8263c2325
Merge pull request #104460 from verult/livenessprobe-2.4.0
Bump livenessprobe to 2.4.0 in e2e hostpath driver spec
2021-08-23 10:38:12 -07:00
Kubernetes Prow Robot
aeec553fd3
Merge pull request #104369 from mauriciopoppe/regional-pd-storage-class-setup
Fix storage class setup in regional_pd.go
2021-08-23 10:38:00 -07:00
Kubernetes Prow Robot
a799768352
Merge pull request #104187 from j2gg0s/remove-unnecessary-map-in-converter
apimachinery: remove unused ignoredConversions map in converter.
2021-08-23 08:40:00 -07:00
Kubernetes Prow Robot
f840bd719d
Merge pull request #104509 from mysunshine92/job-0823
Fix typo PodTrackingWithFinalizers to JobTrackingWithFinalizers
2021-08-23 07:30:00 -07:00
Kubernetes Prow Robot
b9565beef0
Merge pull request #104345 from MikeSpreitzer/test-width
Fix extra latency and add tests for that and non-unit width
2021-08-23 02:32:00 -07:00
wangyamei
c128411815 fix typo: Modify PodTrackingWithFinalizers to JobTrackingWithFinalizers 2021-08-23 15:38:30 +08:00
Tim Hockin
6dfae64d9b REST: Document mutable inputs on Create()
If one doesn't DeepCopy() on the way into Create, we can end up writing
into the original object.  This is by design, and should not be a
problem EXCEPT for tests.  If a test compares the input to this function
with the result, but the input was mutated in-situ, it may hide errors,
resulting in tests that pass, but shouldn't.
2021-08-22 12:04:23 -07:00
Tim Hockin
42c7e62180 Fix registry tests to look at result objects 2021-08-22 11:59:33 -07:00
Tim Hockin
75dea6b8bc Service REST: Use DeepCopy() on Create() and fix tests 2021-08-22 11:59:33 -07:00
Kubernetes Prow Robot
3a26b864f4
Merge pull request #104410 from skyguard1/fix_node_names_util
Fix using variables in the loop in vsphere_util
2021-08-20 19:11:58 -07:00
Kubernetes Prow Robot
499a1f99a9
Merge pull request #104489 from liggitt/signal-buffer
Fix buffered signal channel go vet error
2021-08-20 14:53:58 -07:00
Jordan Liggitt
322bc82777 Fix buffered signal channel go vet error 2021-08-20 16:47:56 -04:00
Sean Sullivan
183498a410 Adds CancelRequest function to CommandHeadersRoundTripper 2021-08-20 13:34:02 -07:00
Kubernetes Prow Robot
7652353523
Merge pull request #104435 from liggitt/convertible-test
Fix slice type comparison bug
2021-08-20 12:38:47 -07:00
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