Hemant Kumar
5b7b2e2f6c
When volume is not marked in-use, do not backoff
2021-12-07 11:50:15 -05: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
JD Nurme
a520d5e74b
added controller metrics function to component base
2021-12-07 00:47:03 +00:00
Jordan Liggitt
8139b3d89f
Drop unused auto-install invocation
2021-12-06 14:48:14 -05:00
Ziyin Lu
f1da79091f
docs: fix error link path in storage e2e test doc
2021-12-06 11:25:34 -05: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
Paco Xu
15558d6972
remove ValidateProxyRedirects and StreamingProxyRedirects in 1.24
2021-12-06 14:47:06 +08: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
justinsb
5a179f9382
e2e: Stop using deprecated zone nodeSelector
...
Update to the non-deprecated label names.
2021-12-04 13:34:55 -05:00
justinsb
5a3671e57b
e2e tests: log zone when creating volume
...
Given the test failures we are encountering with zones, add the zone
to the log message when creating a zonal PV.
2021-12-04 13:08:11 -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
JD Nurme
e17a3b5d21
first pass metrics
2021-12-02 18:49:20 +00: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
xuweiwei
21238c2593
code cleanup for container/helpers.go
2021-12-01 11:17:33 +08:00
Mike Spreitzer
88f8e8448b
Clarify APF metric wrt all three stages of execution
2021-11-30 20:16:48 -05: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
Kebe
a57e6c8924
Add completion for
2021-11-30 18:20:05 +08: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
kerthcet
185e0a041c
prefer %w to unwrap errors
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-11-30 10:56:13 +08: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
Kevin Delgado
b35c444e42
Update fieldValidation godoc
2021-11-29 21:21:28 +00:00
Sergey Kanzhelev
a11453efbc
remove ReallyCrashForTesting and cleaned up some references to HandleCrash behavior
2021-11-29 20:00:10 +00:00
Mike Spreitzer
95964c5b35
Correct Generator calls for executing seat count
2021-11-29 14:50:11 -05:00