Commit Graph

106027 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
617cd46731
Merge pull request #104822 from justinsb/less_cmp_2
Don't perform expensive go-cmp/cmp comparisons if unneeded
2022-01-05 13:53:48 -08:00
Riaan Kleinhans
d42d547f0f
Update ineligible_endpoints.yaml 2022-01-06 09:52:27 +13:00
Kubernetes Prow Robot
b90b2d963d
Merge pull request #103078 from pacoxu/api-audiences
kube-apiserver: use --api-audiences as --service-account-api-audiences is deprecated
2022-01-05 12:49:47 -08:00
Lubomir I. Ivanov
936e12c930 kubeadm: do not special case Docker as a container runtime
crictl already works with the current state of dockershim.
Using the docker CLI is not required and the DockerRuntime
can be removed from kubeadm. This means that crictl
can connect at the dockershim (or cri-dockerd) socket and
be used to list containers, pull images, remove containers, and
all actions that the kubelet can otherwise perform with the socket.

Ensure that crictl is now required for all supported container runtimes
in checks.go. In the help text in waitcontrolplane.go show only
the crictl example.

Remove the check for the docker service from checks.go.
Remove the DockerValidor check from checks.go.
These two checks were special casing Docker as CR and compensating
for the lack of the same checks in dockershim. With the
extraction of dockershim to cri-dockerd, ideally cri-dockerd
should perform the required checks whether it can support
a given Docker config / version running on a host.
2022-01-05 21:27:24 +02:00
Kubernetes Prow Robot
e9fc23e31e
Merge pull request #107221 from rikatz/kubectl/issue1159
Fix a panic when using invalid output format in kubectl create secret command
2022-01-05 10:34:08 -08:00
Kubernetes Prow Robot
a0d638bd79
Merge pull request #104819 from justinsb/less_cmp
Use utils string-slice comparison
2022-01-05 10:34:00 -08:00
Kubernetes Prow Robot
1943ca7cda
Merge pull request #103311 from oz123/document-output-loctaion-of-build-artifacts
Build: improve documentation of build artifacts
2022-01-05 10:33:48 -08:00
JD Nurme
b0d52b491e updated name of metric 2022-01-05 18:19:14 +00:00
Andrew Sy Kim
aead636249 add integration test validating that converting a Service to ExternalName results in the field being dropped on read
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2022-01-05 12:41:53 -05:00
Andrew Sy Kim
9c3c3d8a3a add integration test to validate that ExternalName Services can set internalTrafficPolicy, but the field is dropped on read
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2022-01-05 12:41:53 -05:00
Andrew Sy Kim
7aa20122bc add integration test to check that Service internalTrafficPolicy is no longer defaulting when Type is ExternalName
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2022-01-05 12:41:53 -05:00
Kubernetes Prow Robot
23ee308ed7
Merge pull request #107326 from MikeSpreitzer/apf-concurrentize-config-producer
Concurrentize pkg/registry/flowcontrol/ensurer/strategy.go
2022-01-05 09:23:34 -08:00
Kubernetes Prow Robot
940c096bac
Merge pull request #107309 from yanghesong/remove_rundockershim
remove runDockershim #97252
2022-01-05 09:23:26 -08:00
Kubernetes Prow Robot
4f35d80f4e
Merge pull request #107302 from pacoxu/fix/empty-dir-quota-monitoring
assignQuota checks if the underlying medium supports quotas and if so setting it
2022-01-05 09:23:18 -08:00
Kubernetes Prow Robot
adfc35d249
Merge pull request #107200 from pacoxu/test/cronjob-conflict-flake
flake: remove the error handler for cronjob integration test
2022-01-05 09:23:09 -08:00
Kubernetes Prow Robot
4bd7243c74
Merge pull request #106688 from kidlj/fix_obsolete_runtime_schema_comments
fix obsolete comments in runtime/schema struct
2022-01-05 09:23:00 -08:00
Kubernetes Prow Robot
e720bae30e
Merge pull request #106215 from shawnhanx/apiserverinternal_validation
fix "k8s.io/apimachinery/pkg/util/validation" is imported more than once
2022-01-05 09:22:51 -08:00
Kubernetes Prow Robot
24a43bc6a6
Merge pull request #105598 from gy95/match
break the pointless loop when group matched
2022-01-05 09:22:38 -08:00
Kubernetes Prow Robot
25450b9521
Merge pull request #105389 from taku333/patch-1
Update sleep .5 ⇨ sleep 0.5
2022-01-05 09:22:26 -08:00
Kubernetes Prow Robot
afd254a18f
Merge pull request #106756 from victory460/feature_helpers
code cleanup for container/helpers.go
2022-01-05 08:20:42 -08:00
Wojciech Tyczyński
8ca6c5922b Slightly improve reliability of storage List tests. 2022-01-05 16:26:39 +01:00
Kubernetes Prow Robot
f2576efecd
Merge pull request #106085 from wojtek-t/watch_support_9
P&F: enable mutating work estimator
2022-01-05 06:58:47 -08:00
Kubernetes Prow Robot
04f2beea8a
Merge pull request #93709 from ash2k/ash2k/interruptible-sleep
Make RetryWatcher sleep interruptible
2022-01-05 06:58:34 -08:00
Kubernetes Prow Robot
454d56cfc8
Merge pull request #107328 from pacoxu/patch-7
Delete .staticcheck_failures
2022-01-05 05:44:33 -08:00
Mike Spreitzer
c5964a3ac4 Explain rollout of API Priority and Fairness in kube_features.go 2022-01-05 08:41:20 -05:00
Kubernetes Prow Robot
b960f7a0e0
Merge pull request #106203 from 2014BDuck/test-priority-queue-activate
add test cases for scheduler/PriorityQueue.Activate
2022-01-05 02:22:32 -08:00
Kubernetes Prow Robot
c6f2102218
Merge pull request #105765 from mysunshine92/changelog-1.22
changelog-1.22:Fix notes of PR 101151
2022-01-05 01:18:33 -08:00
Kubernetes Prow Robot
5588d5c578
Merge pull request #107159 from mengjiao-liu/improve-unit-test-coverage-pv
Improve test coverage: pkg/api/persistentvolume
2022-01-05 00:16:32 -08:00
SataQiu
2a113424fc kubeadm: use build tags and split the Windows releated logic into separate files for kubelet component config 2022-01-05 16:04:55 +08:00
Paco Xu
22705c2420
Delete .staticcheck_failures 2022-01-05 15:45:56 +08:00
SataQiu
83ef08336b kubeadm: remove the restriction that the ca.crt can only contain one certificate 2022-01-05 15:08:29 +08:00
Kubernetes Prow Robot
885961cda8
Merge pull request #107314 from neolit123/1.24-fix-panic-in-runkubeletconfig
kubeadm: fix panic in runKubeletConfigPhase
2022-01-04 23:03:35 -08:00
Kubernetes Prow Robot
abfe397ceb
Merge pull request #107166 from jsafrane/fix-pv-controller-tests
Fix PV controller unit test 5-7
2022-01-04 23:03:27 -08:00
Kubernetes Prow Robot
4eae933dc7
Merge pull request #106667 from SergeyKanzhelev/updateDeprecationMessages
updated deprecation messages from 1.23 to 1.24
2022-01-04 23:03:20 -08:00
Kubernetes Prow Robot
6d6ebfbe24
Merge pull request #106547 from astraw99/fix-log-typo
Fix log blank typo to avoid en/decode issues
2022-01-04 23:03:13 -08:00
Kubernetes Prow Robot
0f5e3d14bd
Merge pull request #106421 from houjun41544/20211115-volume
Fix the wrong log
2022-01-04 23:03:05 -08:00
Kubernetes Prow Robot
a7905d76c7
Merge pull request #106397 from shawnhanx/core_validation
fix S1017 and S1002 in pkg/apis/core/validation/validation.go
2022-01-04 23:02:58 -08:00
Kubernetes Prow Robot
0e5cfcda02
Merge pull request #106375 from sayaoailun/master
fix commont of controller manager leadermigration filter
2022-01-04 23:02:51 -08:00
Kubernetes Prow Robot
d2969bd260
Merge pull request #106294 from gy95/continue
fix duplicate webhook insert operation
2022-01-04 23:02:43 -08:00
Kubernetes Prow Robot
19591a1324
Merge pull request #105829 from yuanchen8911/master
Fix and improve comments on kubelet metrics
2022-01-04 23:02:32 -08:00
Kubernetes Prow Robot
38f4968046
Merge pull request #103136 from takotakot/fix_changelog
Fix display of CHANGELOG-1.19.md by inserting newline
2022-01-04 21:42:32 -08:00
Kubernetes Prow Robot
a90961aac0
Merge pull request #97966 from saschagrunert/apparmor-init-unconfined
Remove AppArmor loaded profile validation
2022-01-04 20:24:32 -08:00
Mike Spreitzer
72403c8814 Concurrentize pkg/registry/flowcontrol/ensurer/strategy.go
Stop logging error messages when surprised by concurrent activity.
Concurrent activity is not an error, it is normal.
2022-01-04 22:55:21 -05:00
PingWang
075adb308d Cleanup FindPluginByName() in VolumePluginMgr
Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update typo

Signed-off-by: PingWang <wang.ping5@zte.com.cn>

update import

Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2022-01-05 11:42:26 +08:00
Kubernetes Prow Robot
1945829906
Merge pull request #104846 from andrewsykim/fix-internal-traffic-policy-validation
Stop defaulting Service internalTrafficPolicy when type is ExternalName
2022-01-04 17:40:32 -08:00
Paco Xu
3946e6c8c2 assignQuota checks if the underlying medium supports quotas and if so, sets 2022-01-05 09:33:07 +08:00
Mauricio Poppe
50b2ec2add Execute sync before taking the snapshot 2022-01-05 01:22:22 +00:00
guoyao
d9f99489ee fix duplicate webhook insert operation
Signed-off-by: guoyao <1015105054@qq.com>
2022-01-05 08:59:13 +08:00
Kubernetes Prow Robot
84f1d6834f
Merge pull request #106619 from chendave/ga
Graduate `PreferNominatedNode` to GA
2022-01-04 15:21:19 -08:00
Robert Bost
9ab07e1814 Skip tests unless multizone 2022-01-04 15:26:11 -07:00