Kubernetes Prow Robot
f7b6d58806
Merge pull request #106427 from verb/1.23-nit-e2e-logging
...
Fix format string argument mismatch in e2e framework log message
2021-12-07 17:27:03 -08:00
Kubernetes Prow Robot
b8c1b38261
Merge pull request #106406 from cyclinder/remove_DeleteChain_TODO
...
kube-proxy remove todo: call iptables -S first when delete chain
2021-12-07 17:26:56 -08:00
Kubernetes Prow Robot
39b45fb040
Merge pull request #106381 from dims/update-dims-as-approver
...
Update `dims` as approver for some top level dirs
2021-12-07 17:26:48 -08:00
Kubernetes Prow Robot
12901b95c9
Merge pull request #106344 from ikeeip/fix_import_formatting
...
Fix golang imports in k8s.io/pkg/controller/volume/persistentvolume package
2021-12-07 17:26:40 -08:00
Kubernetes Prow Robot
19fe56cb39
Merge pull request #106322 from amacaskill/volume-source-cloning-e2e
...
Fix failing volume cloning e2e test for GCE PD CSI Driver
2021-12-07 17:26:33 -08:00
Kubernetes Prow Robot
4aba017280
Merge pull request #106307 from cynepco3hahue/e2e_node_fix_memory_manager_multi_NUMA
...
e2e_node: provide an option to specify hugepages on the specific NUMA node
2021-12-07 17:26:25 -08:00
Kubernetes Prow Robot
ec0d1edc17
Merge pull request #106233 from NikhilSharmaWe/betterOutputInstrumentation
...
Changed code to improve output for files under test/e2e/instrumentation
2021-12-07 17:26:18 -08:00
Kubernetes Prow Robot
a90f31f85a
Merge pull request #106179 from vivek-koppuru/fix-secret-format
...
Fix string output format for secret validations
2021-12-07 17:26:10 -08:00
Kubernetes Prow Robot
e9fc46750f
Merge pull request #106153 from hyschumi/refactor_thread_safe_store
...
refactor: remove dup code
2021-12-07 17:25:59 -08:00
Kubernetes Prow Robot
b685b3982d
Merge pull request #105360 from shuheiktgw/refactor_kubelet_config_validation_tests
...
Refactor kubelet config validation tests
2021-12-07 17:25:43 -08:00
Kubernetes Prow Robot
8174b0923c
Merge pull request #105127 from astraw99/fix-dup-kubeClient
...
Fix duplicate CSI kube client
2021-12-07 17:25:30 -08:00
Davanum Srinivas
bc78dff42e
update files to drop dockershim
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-12-07 15:15:13 -05:00
Davanum Srinivas
83265c9171
drop files deleted from pkg/kubelet/dockershim
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-12-07 15:15:13 -05:00
Anago GCB
4cc1abf247
CHANGELOG: Update directory for v1.23.0 release
2021-12-07 19:02:02 +00:00
Lubomir I. Ivanov
847b2e1085
kubeadm: avoid requiring a CA key during kubeconfig expiration checks
...
When the "kubeadm certs check-expiration" command is used and
if the ca.key is not present, regular on disk certificate reads
pass fine, but fail for kubeconfig files. The reason for the
failure is that reading of kubeconfig files currently
requires reading both the CA key and cert from disk. Reading the CA
is done to ensure that the CA cert in the kubeconfig is not out of date
during renewal.
Instead of requiring both a CA key and cert to be read, only read
the CA cert from disk, as only the cert is needed for kubeconfig files.
This fixes printing the cert expiration table even if the ca.key
is missing on a host (i.e. the CA is considered external).
2021-12-07 20:48:45 +02:00
BinacsLee
ab413849cc
cleanup: return frameworkruntime.NewFramework directly
2021-12-07 23:29:56 +08:00
Mengjiao Liu
f3c37c2c82
Remove feature gate NamespaceDefaultLabelName
2021-12-07 16:51:17 +08:00
Carlos Panato
2adf0e116c
[go1.17] Update to go1.17.4
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-12-06 09:40:54 +01:00
Stephen Augustus
0d38ee59c7
staging/publishing: Add release-engineering-approvers as reviewers
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-12-04 22:19:40 -05:00
Stephen Augustus
321e3d8851
staging/publishing: Add justaugustus as approver
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-12-04 22:15:35 -05:00
Anago GCB
0153febd9f
CHANGELOG: Update directory for v1.23.0-rc.1 release
2021-12-04 06:44:01 +00:00
Kubernetes Prow Robot
7f24f8c1a2
Merge pull request #106791 from pohly/replace-mock-driver
...
storage e2e: replace mock driver, update images
2021-12-03 16:38:33 -08:00
Kubernetes Prow Robot
ea644ad9be
Merge pull request #106803 from saschagrunert/dockershim-cri-revert
...
Revert dockershim CRI v1 changes
2021-12-03 13:42:35 -08:00
Mauricio Poppe
04805ca330
Add status count to the storage_operation_duration_seconds volume metric
2021-12-03 18:49:49 +00:00
Sascha Grunert
a063a2ba3e
Revert dockershim CRI v1 changes
...
We should not touch the dockershim ahead of removal and therefore
default to `v1alpha2` CRI instead of `v1`.
Partially reverts changes from https://github.com/kubernetes/kubernetes/pull/106501
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-03 18:37:11 +01:00
Slavik Panasovets
3c51478f65
add gce loadbalancer no-op finalizer and existingFwdRule tests
2021-12-03 13:49:31 +00:00
Slavik Panasovets
b2534483fa
disable gce service handling if has rbs forwarding rule
2021-12-03 13:48:26 +00:00
Davanum Srinivas
555623c07e
staging: add dummy commit to trigger gomod update ( #106794 )
...
add newline to all staging repos
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>
2021-12-02 20:38:34 -05:00
Slavik Panasovets
e2c49a0dd1
add ELBRbsFinalizer
2021-12-02 15:48:52 +00:00
Patrick Ohly
a39b3877e9
storage e2e: update mock deployment
...
These changes were created automatically with the updated update-hostpath.sh
script.
2021-12-02 16:18:26 +01:00
Patrick Ohly
48e9a39842
storage e2e: update snapshotter sidecard RBAC
...
The same change was already done for csi-driver-host-path master, but not
released yet because csi-snapshotter v5.0.0 itself was not ready yet.
We need this update in k/k because some canary jobs already use the new
snapshotter sidecar which causes permission issues.
2021-12-02 15:06:14 +01:00
Patrick Ohly
0605a394bf
storage e2e: hostpath driver v1.7.3
...
This is an automatic update of the testing manifests that mirrors the v1.7.3
release. All of these changes were created with
test/e2e/testing-manifests/storage-csi$ ./update-hostpath.sh v1.7.3
2021-12-02 15:02:57 +01:00
Amarnath Valluri
e68c9f3dec
test/e2e/storage: replace mock driver with hostpath driver
...
This is a first step towards removing the mock CSI driver completely from
e2e testing in favor of hostpath plugin. With the recent hostpath plugin
changes(PR #260 , #269 ), it supports all the features supported by the mock
csi driver.
Using hostpath-plugin for testing also covers CSI persistent feature
usecases.
2021-12-02 14:41:08 +01:00
Kubernetes Prow Robot
2ac6a4121f
Merge pull request #106781 from palnabarun/publishing-bot/remove-1.19-rules
...
publishing-bot: remove rules for release-1.19
2021-12-02 03:53:33 -08:00
Jian Li
8689f22821
fix mapToUnstructured error message
2021-12-02 18:07:16 +08:00
Jian Li
d4f3b5a6d1
cleanup: use present typeFrom variable to avoid another reflect.TypeOf call
2021-12-02 14:59:36 +08:00
Nabarun Pal
78e1ec2e38
publishing-bot: remove rules for release-1.19
...
Kubernetes 1.19 is not actively maintained anymore.
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-12-02 10:08:20 +05:30
Kubernetes Prow Robot
0fe049cb93
Merge pull request #106774 from SergeyKanzhelev/grpcFieldRename
...
Grpc field rename
2021-12-01 12:11:18 -08:00
Sergey Kanzhelev
4c9d77d724
generated files for the grpc field rename
2021-12-01 18:25:37 +00:00
Sergey Kanzhelev
1918ecad04
update the grpc field name for consistency
2021-12-01 18:16:08 +00:00
Alexis MacAskill
8102bbe05a
skip parallel volume cloning test for gce pd and fix disk not ready error for gce pd
2021-12-01 17:49:48 +00:00
Nikhil Sharma
0cd58b825f
Changed code to improve output for files under test/e2e/apimachinery
2021-12-01 17:08:30 +05:30
Wojciech Tyczyński
ba5e08223d
Add watchcache metrics to tracking its progress
2021-12-01 09:46:55 +01:00
haoyun
84a7329cf0
fix: combine assertion prevent npe
...
Signed-off-by: haoyun <yun.hao@daocloud.io>
2021-12-01 16:37:24 +08:00
Kubernetes Prow Robot
108c284a33
Merge pull request #106728 from enj/enj/o/enj_authn_approve
...
Add enj to sig-auth-authenticators-approvers
2021-11-30 09:18:56 -08:00
Abdullah Gharaibeh
33a04dc5f5
Added an integration test for NodeResourcesFit scoring
2021-11-30 12:13:30 -05:00
Wojciech Tyczyński
243f4faa6d
Update kubemark to use EndpointSlices and proper user-agents
2021-11-30 11:38:08 +01:00
Patrick Ohly
a155010bcb
OWNERS: add pohly as SIG Instrumentation review and component-base/logs approver
...
I've helped review PRs already, mostly around structured logging. I'm a
co-chair of that working group.
2021-11-30 09:45:21 +01:00
Monis Khan
bffdf3580b
Add enj to sig-auth-authenticators-approvers
...
Signed-off-by: Monis Khan <mok@vmware.com>
2021-11-29 16:49:58 -05:00
Kubernetes Prow Robot
c1153d3353
Merge pull request #106716 from aojea/http1_flake_timeout
...
bump TestHTTP1DoNotReuseRequestAfterTimeout timeout
2021-11-29 13:23:22 -08:00