Commit Graph

105175 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
b657f62826
Merge pull request #106471 from jsturtevant/flake-memory-limits
Use client set to get nodes configuration
2021-11-17 15:24:54 -08:00
Antonio Ojea
d32b437b06 bump e2e period to wait for events 2021-11-17 23:46:52 +01:00
Anago GCB
7f756417ff Merge remote-tracking branch 'origin/master' 2021-11-17 21:45:30 +00:00
Anago GCB
ab3f2bd0a9 Merge remote-tracking branch 'origin/master' 2021-11-17 21:41:42 +00:00
Anago GCB
a111de7e50 Merge remote-tracking branch 'origin/master' 2021-11-17 21:40:53 +00:00
Anago GCB
8c7ecd9fc0 Merge remote-tracking branch 'origin/master' 2021-11-17 21:33:29 +00:00
Kubernetes Prow Robot
e4952f32b7
Merge pull request #106463 from SergeyKanzhelev/grpcProbe
Implement grpc probe action
2021-11-17 12:43:54 -08:00
Anago GCB
b9884355ff CHANGELOG: Update directory for v1.23.0-beta.0 release 2021-11-17 20:16:04 +00:00
Elana Hashman
b35c500541
Revert "Bump DynamicKubeConfig metric deprecation to 1.23" 2021-11-17 11:48:49 -08:00
Léiyì Zhang
496ccc06ad skip tests that uses default storage class when there is no default storage class installed 2021-11-17 19:14:16 +00:00
Elana Hashman
31c4273f66
Add test for memory equivalence
See https://github.com/kubernetes/kubernetes/pull/106006#issuecomment-971004230

Co-Authored-By: Jordan Liggitt <liggitt@google.com>
2021-11-17 11:07:09 -08:00
Sascha Grunert
de37b9d293
Make CRI v1 the default and allow a fallback to v1alpha2
This patch makes the CRI `v1` API the new project-wide default version.
To allow backwards compatibility, a fallback to `v1alpha2` has been added
as well. This fallback can either used by automatically determined by
the kubelet.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-17 11:05:05 -08:00
Sergey Kanzhelev
b7affcced1 implement :grpc probe action 2021-11-17 17:31:23 +00:00
Kubernetes Prow Robot
1367cca8fd
Merge pull request #106448 from aojea/hlee/issue-103721/staticcheck
use golangci-lint
2021-11-17 09:25:54 -08:00
Anago GCB
5cf7e5f57d CHANGELOG: Update directory for v1.22.4 release 2021-11-17 16:31:05 +00:00
Kubernetes Prow Robot
cd6ffff85d
Merge pull request #103526 from brianpursley/kubectl-686
Close connection and stop listening when port forwarding errors occur so that kubectl can exit
2021-11-17 07:59:54 -08:00
Anago GCB
9237f5d16c CHANGELOG: Update directory for v1.21.7 release 2021-11-17 15:22:27 +00:00
Danielle Lancashire
1f04f4ecbd test/e2e/node: Add endocrimes as reviewer 2021-11-17 15:43:41 +01:00
Danielle Lancashire
e60ad8ebc6 e2e_node: add endocrimes as reviewer 2021-11-17 15:35:35 +01:00
Anago GCB
6e4534f584 CHANGELOG: Update directory for v1.20.13 release 2021-11-17 13:38:03 +00:00
Kubernetes Prow Robot
557b5feb08
Merge pull request #106305 from shivanshu1333/fix/master/schedularMigration
migrated schedular to structured logging
2021-11-17 05:05:54 -08:00
Antonio Ojea
bf9ce7fd76 remove unused fakeUpgradeConnection 2021-11-17 13:58:54 +01:00
Antonio Ojea
9336ff78f4 remove unused variable responseBodySize 2021-11-17 13:58:54 +01:00
Antonio Ojea
3490bdc8b5 remove unused listMetaType var 2021-11-17 13:58:54 +01:00
Antonio Ojea
98884f733a remove ineffectual assignment base var 2021-11-17 13:58:54 +01:00
Antonio Ojea
f143d1b2cd remove unused constant errLeaseFailed 2021-11-17 13:58:54 +01:00
Antonio Ojea
05f9a86f41 fix diskName assignment 2021-11-17 13:58:54 +01:00
Antonio Ojea
e1821c13eb remove inefficient assignment 2021-11-17 13:58:54 +01:00
Antonio Ojea
0019f98613 no lint unused variables 2021-11-17 13:58:54 +01:00
Antonio Ojea
e82e0b38ff no lint unused variables 2021-11-17 13:58:54 +01:00
Antonio Ojea
4352768240 fix inefassign linter declaring variable 2021-11-17 13:58:54 +01:00
Antonio Ojea
4bf93f318a nolint:staticcheck,ineffassign Convert function 2021-11-17 13:58:54 +01:00
Antonio Ojea
35c05a3afa nolint float64(-0.0), //nolint:staticcheck // SA4026: 2021-11-17 13:58:54 +01:00
Antonio Ojea
c4080c2ad1 nolint unused expectNoMatchDirect function 2021-11-17 13:58:54 +01:00
Antonio Ojea
52c69ba744 fix ineffectual assignment to name (ineffassign) 2021-11-17 13:58:54 +01:00
Antonio Ojea
31d45d000b fix ineffectual assignment to base var 2021-11-17 13:58:53 +01:00
Antonio Ojea
b2971e7497 fix ineffectual assignment to i (ineffassign) 2021-11-17 13:58:53 +01:00
Antonio Ojea
a36517f9e7 nolint unused errLeaseFailed 2021-11-17 13:58:53 +01:00
Antonio Ojea
d55af19c1b fix ineffectual assignment to diskName 2021-11-17 13:58:53 +01:00
Antonio Ojea
fa3c4b953f fix SA4005: ineffective assignment to field PatchMeta.patchStrategies (staticcheck) 2021-11-17 13:58:53 +01:00
Antonio Ojea
01a0fba362 fix unassigned error on client-go test 2021-11-17 13:58:53 +01:00
Antonio Ojea
d126b14838 migrate nolint coments to golangci-lint 2021-11-17 13:58:53 +01:00
Antonio Ojea
272b31da50 use golangci-lint and remove legacy verify-staticcheck.sh 2021-11-17 13:58:53 +01:00
Antonio Ojea
86e197991a fix golangci-lint config file using exclude-rules
golangci configuration file

disable soon to be deprecated golangci linters

remove useless comments on golangci config
2021-11-17 13:58:53 +01:00
Hanna Lee
ca7cfb75d0 Copy in options from now-deleted hack/verify-staticcheck.sh script 2021-11-17 08:56:57 +01:00
Tim Hockin
e986d72575 Add staticcheck to .golangci.yaml
TODO: port options from verify-staticcheck.sh and delete it
2021-11-17 08:56:57 +01:00
Tim Hockin
3bca4e6d67 Move golangci-lint config to a file
Make verify-golangci-lint.sh work across modules and take an optional
argument for a package.
2021-11-17 08:56:57 +01:00
Hanna Lee
e78b3e8dfe Use nolint directive instead of stopping ticker, per liggit's suggestion 2021-11-17 08:56:57 +01:00
Hanna Lee
69d029bddb Add syncTicker.Stop() 2021-11-17 08:56:57 +01:00
Hanna Lee
07a883d8e6 Remove //lint:ignore pragmas that aren't being used anymore 2021-11-17 08:56:54 +01:00