Shiming Zhang
3516e76f3d
Skip tests when no signal emitting command
2022-01-06 11:38:36 +08:00
Kubernetes Prow Robot
1c2f24f106
Merge pull request #107349 from Riaankl/add-HPA-1
...
Update ineligible_endpoints.yaml to include HPA
2022-01-05 19:08:48 -08:00
Kubernetes Prow Robot
c15e24b128
Merge pull request #107327 from SataQiu/kubeadm-cert
...
kubeadm: remove the restriction that the ca.crt can only contain one certificate
2022-01-05 19:08:39 -08:00
Kubernetes Prow Robot
3d802ff725
Merge pull request #105032 from Pingan2017/remove-swagger-0915
...
Remove --enable-swagger-ui since no effect from 1.14
2022-01-05 19:08:28 -08:00
Kubernetes Prow Robot
2b0ddeb23b
Merge pull request #106621 from shuheiktgw/check_private_ssh_key_existence
...
Check the private SSH key existence in the node e2e tests
2022-01-05 18:06:35 -08:00
Kubernetes Prow Robot
b18efc2e9c
Merge pull request #104807 from shawnhanx/ut_4
...
Add unit tests for pkg/registry/authorization/util
2022-01-05 18:06:27 -08:00
Kubernetes Prow Robot
73b68f5233
Merge pull request #106979 from a2ush/fix_typo
...
Fix comment out typo (from resolve.conf to resolv.conf) and change the content name (from maxResolveConfLength to maxResolvConfLength)
2022-01-05 16:08:26 -08:00
Kubernetes Prow Robot
691e89a917
Merge pull request #107312 from mauriciopoppe/e2e-test-sync-before-snapshot
...
Execute sync before taking the snapshot
2022-01-05 14:56:11 -08:00
Kubernetes Prow Robot
5c2aa344c4
Merge pull request #106915 from MikeSpreitzer/deprecate-interval-clock
...
Recommend SimpleIntervalClock instead of IntervalClock
2022-01-05 14:56:03 -08:00
Kubernetes Prow Robot
efa9f59f21
Merge pull request #106674 from wojtek-t/fix_watch_metrics
...
Fix logging resource-scoped watch requests as GET requests.
2022-01-05 14:55:55 -08:00
Kubernetes Prow Robot
31898fc504
Merge pull request #101856 from prateekpandey14/fix-staticcheck
...
fix static check of importing the same package multiple times
2022-01-05 14:55:47 -08:00
Kubernetes Prow Robot
e045e5c875
Merge pull request #107337 from derek-pryor/vsphere-session-leak
...
Fix the leak of vSphere client sessions
2022-01-05 13:54:36 -08:00
Kubernetes Prow Robot
a1be132c0d
Merge pull request #107270 from SataQiu/refactor-20211231
...
kubeadm: use build tags and split the Windows releated logic into separate files for kubelet component config
2022-01-05 13:54:29 -08:00
Kubernetes Prow Robot
faf1590950
Merge pull request #107179 from hakman/remove_dockershim_tests
...
Clean up dockershim in tests
2022-01-05 13:54:21 -08:00
Kubernetes Prow Robot
098b0e05d1
Merge pull request #107001 from mk46/unix_lib
...
replace syscall with sys/unix pkg in pkg/util/ipvs
2022-01-05 13:54:13 -08:00
Kubernetes Prow Robot
8abf7dcc69
Merge pull request #106969 from paulbarfuss/fix-kubectl-completion-zsh
...
Fix `kubectl completion zsh` to use any command name rather than hardcoded `kubectl`
2022-01-05 13:54:00 -08:00
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