Zihong Zheng
9e8d8286ca
Revert "filter out terminated containers in cadvisor_stats_provider"
2022-06-15 16:09:37 -07:00
Kubernetes Prow Robot
4b024fc4ee
Merge pull request #110459 from wangyysde/promote-pod-security-to-ga
...
PodSecurity: promote config and feature gate to GA
2022-06-15 14:41:22 -07:00
Kubernetes Prow Robot
7de86ff198
Merge pull request #110379 from marosset/windows-pause-image-base
...
Updating base container image for pause image on Windows
2022-06-15 14:41:10 -07:00
Kubernetes Prow Robot
349efaabf8
Merge pull request #110436 from nicks/nicks/issue-1108
...
client-go: fix panic in ConfirmUsable validation
2022-06-15 13:19:10 -07:00
Kubernetes Prow Robot
2b51b2595a
Merge pull request #110604 from wojtek-t/fix_leaking_goroutines_9
...
Fix leaking goroutines in multiple integration tests
2022-06-15 09:01:18 -07:00
Wojciech Tyczyński
6b59525746
Clean shutdown of flowcontrol integration tests
2022-06-15 16:53:42 +02:00
Wojciech Tyczyński
57242e3cbb
Clean shutdown of openapi integration tests
2022-06-15 16:40:54 +02:00
Kubernetes Prow Robot
700fea3d42
Merge pull request #110558 from wespanther/update-debian
...
Update Debian base images to latest
2022-06-15 07:23:17 -07:00
Kubernetes Prow Robot
b1e2af45e4
Merge pull request #110598 from neolit123/1.25-kubelet-config-patches
...
kubeadm: ensure kubelet config patch results are in YAML
2022-06-15 04:43:17 -07:00
Lubomir I. Ivanov
81b3540206
kubeadm: ensure kubelet patch results are in YAML
...
Once we patch a kubelet configuration file, the patched output
is in JSON. Make sure it's converted back to YAML, given
the kubelet config in the cluster and on disk is always in YAML.
Add unit test for the new function applyKubeletConfigPatches()
2022-06-15 13:38:04 +03:00
Kubernetes Prow Robot
0a7f45d5ba
Merge pull request #110588 from apeltop/fix-typo
...
Fix typos
2022-06-15 02:23:17 -07:00
apeltop
e530336b18
fix typos
2022-06-15 13:38:48 +09:00
wangyysde
ab66a38194
PodSecurity: promote config and feature gate to GA
...
Signed-off-by: wangyysde <net_use@bzhy.com>
2022-06-15 09:29:47 +08:00
Kubernetes Prow Robot
10066243df
Merge pull request #110365 from spencerhance/epslice-recycle-bug
...
Fix unnecessary recreation of placeholder EndpointSlice
2022-06-14 13:15:34 -07:00
Kubernetes Prow Robot
8e541911b8
Merge pull request #110574 from SataQiu/test-speed-20220614
...
Using t.Run() in integration test TestApplyAlsoCreates
2022-06-14 12:07:45 -07:00
Kubernetes Prow Robot
e08bf9cce6
Merge pull request #110469 from prasita123/pr_branch
...
add missing error handling steps
2022-06-14 12:07:33 -07:00
Kubernetes Prow Robot
8cb719eed0
Merge pull request #110571 from pohly/log-check-repo
...
hack/tools: use logcheck v0.1.0 from sigs.k8s.io/logtools/logcheck
2022-06-14 10:59:52 -07:00
Kubernetes Prow Robot
daac87bf99
Merge pull request #110561 from Shubham82/extend_Description
...
RBAC: Modify the Description for the apiGroup.
2022-06-14 10:59:44 -07:00
Kubernetes Prow Robot
de5982637a
Merge pull request #110378 from lucacome/bump-grpc
...
Bump grpc to v1.47.0
2022-06-14 10:59:33 -07:00
Spencer Hance
5f8dc48fbe
Fix unnecessary recreation of placeholder EndpointSlice
...
Fixes Issue 108231 by checking `slicesToDelete` in the EndpointSlice
reconciler for a pre-existing placeholder slice.
Also adds a helper function for comparing the slices.
2022-06-14 09:24:38 -07:00
Kubernetes Prow Robot
5503bb0570
Merge pull request #110529 from wojtek-t/fix_leaking_goroutines_7
...
Fix leaking goroutines in multiple integration tests
2022-06-14 09:09:54 -07:00
Kubernetes Prow Robot
9f0be547cd
Merge pull request #110516 from MikeSpreitzer/bundle-metrics-registration
...
Bundle metrics registration into test server creation
2022-06-14 09:09:46 -07:00
Kubernetes Prow Robot
597cb5fac8
Merge pull request #110202 from kerthcet/cleanup/remove-potential-goroutine-leak-in-utils
...
Using inherited context in utils
2022-06-14 09:09:34 -07:00
SataQiu
20f8a06e50
using t.Run() in integration test TestApplyAlsoCreates
2022-06-15 00:01:10 +08:00
Patrick Ohly
0284c6c06e
hack/tools: use logcheck v0.1.0 from sigs.k8s.io/logtools/logcheck
...
The code was moved out of k8s.io/klog into its own repo with proper
tagging. Functionally there is no difference.
2022-06-14 17:27:16 +02:00
tallaxes
4a542609aa
Support more auth strategies in kubeadm join
with discovery file ( #110553 )
...
* Add support for client-go credential plugins
* Add support for authprovider authentication
* Add support for TokenFile authentication
2022-06-14 08:03:45 -07:00
Kubernetes Prow Robot
03b18bf138
Merge pull request #110294 from harshanarayana/bug/git-110239/fix-activedeadline-enforcement
...
GIT-110239: fix activeDeadlineSeconds enforcement bug
2022-06-14 08:03:33 -07:00
Wojciech Tyczyński
ed442cc3dd
Clean(er) shutdown of auth integration tests
2022-06-14 13:55:31 +02:00
Wojciech Tyczyński
3930362ad4
Clean(er) shutdown of apiserver integration tests
2022-06-14 13:55:31 +02:00
Wojciech Tyczyński
41d7ddee1a
Clean shutdown of apimachinery integration tests
2022-06-14 13:55:31 +02:00
Wojciech Tyczyński
8a87681a39
Clean shutdown of resourcequota integration tests
2022-06-14 13:55:31 +02:00
Kubernetes Prow Robot
4407a02aef
Merge pull request #110560 from lunhuijie/fixTestpki
...
Incomplete coverage of test scenarios and optimize bad code
2022-06-14 04:53:32 -07:00
Shubham Kuchhal
b1994772ee
RBAC: Modify the Description for the apiGroup.
2022-06-14 13:31:09 +05:30
10284789刁浩
696d537239
Incomplete coverage of test scenarios and bad code
2022-06-14 07:48:43 +00:00
Kubernetes Prow Robot
04c6c48463
Merge pull request #110551 from liggitt/fix-cert
...
Fix example webhook cert generation
2022-06-14 00:25:44 -07:00
Kubernetes Prow Robot
27cf82d785
Merge pull request #110385 from piotrnosek/hpa-beh-tests
...
Add e2e test for HPA behavior: scale up delay
2022-06-14 00:25:32 -07:00
Kubernetes Prow Robot
7c596b901d
Merge pull request #110519 from dims/update-etcd-packages-to-v3.5.4
...
Update etcd packages to v3.5.4
2022-06-13 22:21:44 -07:00
Kubernetes Prow Robot
c2139f724c
Merge pull request #110232 from kerthcet/cleanup/remove-potential-goroutine-leak-in-volumebinding
...
Pass context to client calls in scheduler/volumebinding tests
2022-06-13 22:21:32 -07:00
Luca Comellini
51fafd7de3
Bump grpc to v1.47.0
...
Signed-off-by: Luca Comellini <luca.com@gmail.com>
2022-06-13 22:08:47 -07:00
Wes Panther
6ac853fe60
Update Debian base images to latest
...
- debian-base:bullseye-v1.3.0
- debian-iptables:bullseye-v1.4.0
- setcap:bullseye-v1.3.0
2022-06-13 21:36:46 -07:00
Kubernetes Prow Robot
11479ace24
Merge pull request #110542 from xiaomudk/patch-1
...
Optimize code for SetDefaults_NodeResourcesBalancedAllocationArgs
2022-06-13 21:13:32 -07:00
Jordan Liggitt
7e8277284a
Fix example webhook cert generation
2022-06-13 19:28:47 -04:00
Kubernetes Prow Robot
0348821c9f
Merge pull request #110525 from gnufied/disable-trimpath-debug-mode
...
Disable trimpath in debug mode
2022-06-13 16:14:11 -07:00
Kubernetes Prow Robot
c0cc911667
Merge pull request #110509 from kevindelgado/e2e-namespace-bug
...
Use namespace created by framework
2022-06-13 13:28:26 -07:00
Kubernetes Prow Robot
c0642b749e
Merge pull request #110179 from Jefftree/fix_openapi_v2
...
Prune defaults for CRDs for OpenAPI V2
2022-06-13 13:28:12 -07:00
Kubernetes Prow Robot
474fd40e38
Merge pull request #110546 from liggitt/fix-example
...
Drop spurious replace
2022-06-13 12:16:23 -07:00
Kubernetes Prow Robot
f15b0d1bd7
Merge pull request #110489 from pacoxu/kubeadm-coredns-v1.9.3
...
kubeadm: upgrade coredns to v1.9.3
2022-06-13 12:16:12 -07:00
Hemant Kumar
86cd654371
We need to all all=-N -l because some objects are being optimzied away
...
Without all=-N -l, some objects are being optimized away and
impossible to debug
2022-06-13 14:31:37 -04:00
Kubernetes Prow Robot
0fe0dbf3fb
Merge pull request #110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3
...
Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3
2022-06-13 10:30:11 -07:00
Jordan Liggitt
051f2a30b3
Drop spurious replace
2022-06-13 12:15:01 -04:00