Commit Graph

106018 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
657146e775 Merge pull request #107572 from MikeSpreitzer/add-flowschema-condition-test
Test isolation among FlowSchemaStatus Conditions
2022-01-19 06:34:06 -08:00
Kubernetes Prow Robot
9d41c13348 Merge pull request #107443 from mattcary/no-watch
Turn off informer for statefulset unit tests
2022-01-19 01:28:18 -08:00
Kubernetes Prow Robot
8b45805523 Merge pull request #106912 from Letme/patch-1
Update to runc v 1.0.3
2022-01-19 01:28:06 -08:00
Kubernetes Prow Robot
4def789949 Merge pull request #107548 from lzhecheng/fix-topology-hint-test
Fix topology hints test
2022-01-19 00:26:18 -08:00
Kubernetes Prow Robot
9828835f66 Merge pull request #107542 from kerthcet/feature/fix-not-return-when-channel-closed
fix not return when channel closed
2022-01-19 00:26:06 -08:00
Kubernetes Prow Robot
fb26256803 Merge pull request #106845 from jdnurme/controller-metrics
Controller metrics
2022-01-18 21:06:05 -08:00
Zhecheng Li
9292742821 Fix topology hints test
* It should check one Node in a zone instead of
each Node and its fromZone.
* Check Nodes' CPUs if they are equivalent

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
2022-01-19 10:33:26 +08:00
Kubernetes Prow Robot
6989e2169f Merge pull request #107564 from aojea/funnyips_etcd_data
integration test: API allow IPs with leading zeros
2022-01-18 17:18:05 -08:00
Kubernetes Prow Robot
32f83b2b60 Merge pull request #107595 from wzshiming/test/skip_not_found_cmd
Skip tests when no signal emitting command
2022-01-18 16:14:05 -08:00
Kubernetes Prow Robot
d43fbaef2a Merge pull request #107624 from vteratipally/change_default
change default container-runtime-endpoint to containerd.sock
2022-01-18 15:13:02 -08:00
Varsha Teratipally
94ff5ea1f1 change default container-runtime-endpoint to containerd.sock 2022-01-18 22:00:31 +00:00
Kubernetes Prow Robot
d3ce412220 Merge pull request #104120 from bart0sh/PR0098-remove-HugePageStorageMediumSize-feature
remove GAed HugePageStorageMediumSize feature gate
2022-01-18 13:41:03 -08:00
Kubernetes Prow Robot
ba1fc6f83c Merge pull request #107612 from palnabarun/releng/go-update
[go] update to Go 1.17.6
2022-01-18 12:02:34 -08:00
Kubernetes Prow Robot
40055e45a8 Merge pull request #107606 from xens/feat/propagate_req_context_into_proxyreq
feat: propagate req context into proxyReq
2022-01-18 12:02:22 -08:00
Kubernetes Prow Robot
ab4801c4f3 Merge pull request #107439 from brianpursley/kubectl-1157-2
Fix kubectl bug where bash completions don't work if --context flag is specified with a value that contains a colon
2022-01-18 12:02:10 -08:00
JD Nurme
6d2dd9952b updated name to address han's comments 2022-01-18 19:33:41 +00:00
Kubernetes Prow Robot
dc06c3faf3 Merge pull request #107316 from MikeSpreitzer/fix-apf-feature-alpha
Explain rollout of API Priority and Fairness in kube_features.go
2022-01-18 10:19:10 -08:00
Kubernetes Prow Robot
5c9c181698 Merge pull request #107607 from neolit123/1.24-remove-docker-dep
build/dependencies.yaml: remove the dependency on Docker
2022-01-18 09:09:21 -08:00
Kubernetes Prow Robot
feb758027c Merge pull request #106907 from cyclinder/remove_dockershim_flags
Clean up dockershim flags in the kubelet
2022-01-18 09:09:09 -08:00
Kubernetes Prow Robot
24b0c3ce13 Merge pull request #107603 from jayesh-srivastava/IANA-links
Updated Links to IANA for Service Name and Transport Protocol Port Number Registry
2022-01-18 07:11:21 -08:00
Kubernetes Prow Robot
824145d31b Merge pull request #107516 from MikeSpreitzer/fix-test-integration
Make KUBE_TEST_ARGS come last, so that -args can be used
2022-01-18 07:11:09 -08:00
Kubernetes Prow Robot
874ce66d19 Merge pull request #107279 from NikhilSharmaWe/pathCheck
added devicePath check for fcDisk
2022-01-18 03:05:08 -08:00
Ismayil Mirzali
75c0987de3 client-go: refactor: Fix styling issues (#107248)
* client-go: Remove unreachable return

Due to the way the switch statement is done,
the return at the end of the function will neverbe reached.

Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>

* client-go: Refactor for clarity

Fixed one instance where the error message should be lowercase.
Made the fields in the struct literal more explicit

Signed-off-by: Ismayil Mirzali <ismayilmirzeli@gmail.com>
2022-01-18 02:03:08 -08:00
Nabarun Pal
77816bd9b1 [go] update to Go 1.17.6
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2022-01-18 14:35:24 +05:30
Antonio Ojea
ea130181a3 test integration: API allow IPs with leading zeros 2022-01-18 09:45:54 +01:00
Mike Spreitzer
23af47395b Test isolation among FlowSchemaStatus Conditions 2022-01-17 15:43:37 -05:00
Kubernetes Prow Robot
8a25964153 Merge pull request #107317 from neolit123/1.24-change-kubeadm-cr-auto-detection
kubeadm: adapt CRI detection and defaults after the dockershim removal
2022-01-17 11:00:50 -08:00
Lubomir I. Ivanov
e0d50347b9 build/dependencies.yaml: remove the dependency on Docker
With the dockershim removal, core Kubernetes no longer
has to track the latest validated version of Docker.
2022-01-17 17:25:05 +02:00
Kubernetes Prow Robot
018288b38f Merge pull request #107604 from saschagrunert/cri-tools-v1.23.0
Update cri-tools to v1.23.0
2022-01-17 07:19:10 -08:00
Romain Aviolat
a5e41daaa4 feat: propagate req context into proxyReq
Goal of this commit is to propagate req context into proxyReq
so it propagates to proxyClientConn.Do.

This change is linked to PR #105632
2022-01-17 15:57:17 +01:00
Sascha Grunert
f7f0f4b901 Update cri-tools to v1.23.0
Files promoted to `k8s-artifacts-cri-tools`:
https://console.cloud.google.com/storage/browser/k8s-artifacts-cri-tools/release/v1.23.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-17 15:02:53 +01:00
Ed Bartosh
0447c48aff remove GAed HugePageStorageMediumSize feature gate 2022-01-17 15:19:27 +02:00
Jayesh Srivastava
c5fcc0ff44 Update IANA links 2022-01-17 18:48:08 +05:30
Kubernetes Prow Robot
b6c06a95d7 Merge pull request #107584 from SataQiu/clean-kubeadm-20220115
kubeadm: make the phase prefix and capitalization consistent
2022-01-17 04:35:30 -08:00
Shiming Zhang
00790153b2 Skip tests when no signal emitting command 2022-01-17 16:03:28 +08:00
Kubernetes Prow Robot
8815a3119c Merge pull request #107517 from mason1kwok/removes-test-skiper
Removes code that was not completely cleared before
2022-01-16 09:03:28 -08:00
Kubernetes Prow Robot
07c1b4556d Merge pull request #105586 from jonyhy96/fix-help-misleading
kube-proxy: fix misleading in help info
2022-01-15 19:23:26 -08:00
Kubernetes Prow Robot
22a03f893d Merge pull request #107207 from ehashman/deprecate-log-sanitization
Deprecate dynamic log sanitization
2022-01-15 15:19:26 -08:00
Matthew Cary
f2861d7876 Turn off informer for statefulset unit tests
Change-Id: I353a2d5bd59963d5d2308eaf7d0e6f77d969fc25
2022-01-15 20:29:19 +00:00
SataQiu
aed6f56257 kubeadm: make the phase prefix and capitalization consistent 2022-01-16 00:01:35 +08:00
Kubernetes Prow Robot
7bde4baac4 Merge pull request #107406 from andyzhangx/delete-disk-error
fix: delete non existing Azure disk issue
2022-01-14 18:21:40 -08:00
Kubernetes Prow Robot
a4931cc411 Merge pull request #107551 from wojtek-t/remove_unused_selflink_test_references
Remove unused selflink references in different testing-related files
2022-01-14 16:49:40 -08:00
Kubernetes Prow Robot
cf18d80d03 Merge pull request #107565 from jiahuif-forks/deps/structured-merged-diff
upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
2022-01-14 12:32:26 -08:00
Jiahui Feng
c56bbda368 fix containers order after applying
to be appending instead of prepending.
2022-01-14 11:15:54 -08:00
Kubernetes Prow Robot
87ad2ae8e3 Merge pull request #107553 from liggitt/fluentd
Remove fluentd-elasticsearch addon
2022-01-14 10:42:28 -08:00
Jiahui Feng
31205dc7d9 generated: ./hack/update-vendor.sh 2022-01-14 10:31:44 -08:00
Jiahui Feng
821912a751 upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1 2022-01-14 10:30:39 -08:00
Kubernetes Prow Robot
6f896dec4f Merge pull request #107554 from humblec/feature
Correct the feature gate string for RBD migration.
2022-01-14 08:19:49 -08:00
Kubernetes Prow Robot
4e1306ca79 Merge pull request #107540 from dims/validate-owners-files-remove-sections-on-emeritus-reviewers
Validate OWNERS files - remove sections about emeritus reviewers
2022-01-14 07:03:50 -08:00
Humble Chirammal
5f2f5405b4 Correct the feature gate string for RBD migration.
The feature gate is wrongly mentioned as csiMigrationRBD in
kube features where it should have been CSIMigrationRBD to
match other migration feature gates and formatting.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-01-14 19:39:17 +05:30