Kubernetes Prow Robot
9c9b29032f
Merge pull request #112589 from SataQiu/clean-featuregates-1.26
...
Remove GA featuregates IndexedJob and SuspendJob
2022-09-20 08:09:34 -07:00
Kubernetes Prow Robot
5e38528ef5
Merge pull request #110279 from sanposhiho/internal-cache
...
scheduler: Update cached Pod any time to make sure the Pod's status is up-to-date
2022-09-20 08:09:20 -07:00
Kubernetes Prow Robot
8ac009f66d
Merge pull request #112584 from dims/brneto-master
...
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
2022-09-20 05:03:20 -07:00
Davanum Srinivas
298b629e44
run pin-dependency.sh and then hack/update-vendor.sh
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-20 06:55:59 -04:00
Berchris Requiao
d81e6af218
Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
2022-09-20 06:51:30 -04:00
Kubernetes Prow Robot
f0823c0f59
Merge pull request #112503 from pohly/e2e-framework-pod-polling
...
e2e framework: pod polling
2022-09-20 00:05:20 -07:00
Kubernetes Prow Robot
6ee3cbd931
Merge pull request #112556 from ardaguclu/patch-smp-error-msg
...
(kubectl patch): Add descriptive message when patch type is unsupported
2022-09-19 21:17:19 -07:00
SataQiu
8dba9f782d
remove GA featuregates IndexedJob and SuspendJob
2022-09-20 11:00:43 +08:00
Kubernetes Prow Robot
6820a383be
Merge pull request #112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest
...
Update etcd 3.5.5 and all otel related libraries to newer versions
2022-09-19 19:15:31 -07:00
Kubernetes Prow Robot
efaf85f241
Merge pull request #112380 from SataQiu/clean-20220911
...
Remove DeprecatedInsecureServingOptionsWithLoopback
2022-09-19 19:15:19 -07:00
Kubernetes Prow Robot
e8e20ce563
Merge pull request #112451 from aojea/proxy_logging
...
kube-proxy use debug log level for Service cache operations
2022-09-19 14:21:45 -07:00
Kubernetes Prow Robot
297a986738
Merge pull request #110941 from runzhliu/patch-1
...
improve the comments
2022-09-19 14:21:34 -07:00
Kubernetes Prow Robot
59c21a2515
Merge pull request #112474 from liggitt/concurrency-cleanup
...
Simplify P&F concurrency test
2022-09-19 13:17:44 -07:00
Kubernetes Prow Robot
f510bcac90
Merge pull request #112402 from tkashem/test-beta-default
...
test: new beta version should be disabled by group,version
2022-09-19 13:17:33 -07:00
Kubernetes Prow Robot
04ee339c7a
Merge pull request #112567 from SataQiu/clean-features-20220919
...
Scheduler: remove GA featuregates: DefaultPodTopologySpread, NonPreemptingPriority, PodAffinityNamespaceSelector and PreferNominatedNode
2022-09-19 10:57:40 -07:00
Kubernetes Prow Robot
8723328d32
Merge pull request #112466 from mk46/warn_patch
...
Add notes for strategic merge patch is not supported for CR
2022-09-19 10:57:29 -07:00
Kubernetes Prow Robot
5d45f766b5
Merge pull request #112226 from aojea/client_go_transport
...
client-go: test transport generation is goroutine safe
2022-09-19 10:57:17 -07:00
Patrick Ohly
004c1b6441
e2e framework: abort polling for running pod early
...
When the pod state is failed or completed, the pod will never again enter the
running state and polling can stop.
2022-09-19 18:10:04 +02:00
Kubernetes Prow Robot
497e0dfd33
Merge pull request #112557 from marseel/fix_list_estimator
...
Fix list estimator for lists that are executed as gets
2022-09-19 09:09:29 -07:00
Kubernetes Prow Robot
60e2f6c519
Merge pull request #112509 from humblec/new-1
...
various corrections in pkg/volume
2022-09-19 09:09:18 -07:00
Kubernetes Prow Robot
80edf6d1a4
Merge pull request #112532 from ldsdsy/modify4
...
Eliminate unnecessary string conversions in options.go
2022-09-19 07:53:29 -07:00
Kubernetes Prow Robot
f6f44bff90
Merge pull request #111708 from yangjunmyfm192085/fixloginfi
...
use klog.InfoS instead of klog.V(0).InfoS
2022-09-19 07:53:18 -07:00
SataQiu
92be899407
Remove GA featuregates: DefaultPodTopologySpread, NonPreemptingPriority, PodAffinityNamespaceSelector, PreferNominatedNode
2022-09-19 22:00:40 +08:00
Kubernetes Prow Robot
64a38b165e
Merge pull request #112238 from demoManito/feat/optimize-ifelse
...
Optimize: correction code specification
2022-09-19 05:29:22 -07:00
Jordan Liggitt
9cfc128b8e
Simplify P&F concurrency test
2022-09-19 08:26:29 -04:00
Kubernetes Prow Robot
a4ad8f4154
Merge pull request #111720 from mimowo/GIT-11183_simplify_taint_based_ittest
...
Simplify the integration test for node lifecycle manager
2022-09-19 02:30:48 -07:00
Marcel Zięba
09f1ce9ec8
Fix list estimator for lists that are executed as gets
2022-09-19 08:53:21 +00:00
Michal Wozniak
e11039b6f5
Cleanup the TestEvictionForNoExecuteTaintAddedByUser test
2022-09-19 10:07:54 +02:00
Michal Wozniak
ca90621b2a
Simplify the integration test for node lifecycle manager
2022-09-19 10:07:35 +02:00
Kubernetes Prow Robot
25b93a607a
Merge pull request #112352 from pohly/e2e-ginkgo-progress
...
e2e: better ginkgo progress reports
2022-09-19 01:04:32 -07:00
Arda Güçlü
dc2c0ad831
(kubectl patch): Add descriptive message when patch type is unsupported
...
`kubectl patch` commands fails when patch type is strategic merge
patch for CRDs. This PR handles `UnsupportedMediaType` error and
shows descriptive message to user.
2022-09-19 10:15:04 +03:00
Davanum Srinivas
01d8a4f0c5
update to v1.12.0 of semconv
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-18 19:34:30 -04:00
Davanum Srinivas
a1635fa702
fix how we look for our request
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-18 17:21:19 -04:00
Patrick Ohly
b4e0804764
e2e: poll state of test
...
The new support in ginkgo for progress reports while a test runs dumps
information about where a test is stuck when it runs too long. This can provide
additional insights into what the test is waiting for.
For the Kubernetes jobs using ginkgo-e2e.sh, such dumps are now enabled after
300 seconds and then get repeated every 20 seconds. The initial delay is
intentionally the same as for warning about a slow test. The rationale is that
such test runtimes are unexpected and may need further information to diagnose
why they are slow.
With -ginkgo.source-root, Ginkgo is able to locate the Kubernetes source code
and display small source code snippets for functions that are related to the
test, determined through a heuristic that assumes that all files under the test
suite are for the tests in it.
2022-09-18 10:11:22 +02:00
Patrick Ohly
1e4edaf2fe
e2e: bump ginkgo to v2.2.0
...
The new release adds support for intermediate progress reports.
2022-09-18 10:10:07 +02:00
Kubernetes Prow Robot
127f33f63d
Merge pull request #111221 from inosato/remove-ioutil-from-kubelet
...
Remove ioutil in kubelet/kubeadm and its tests
2022-09-17 21:56:28 -07:00
inosato
7dc1f5e30b
Fix comments
2022-09-18 12:51:03 +09:00
Davanum Srinivas
3eaca7cf51
update code to use newer otel api
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-17 21:48:20 -04:00
Davanum Srinivas
5be80c05c4
updated etcd to v3.5.5 and newer otel libraries as well
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-17 21:47:24 -04:00
Kubernetes Prow Robot
d2e3c70f1d
Merge pull request #111961 from pohly/e2e-klog-output
...
e2e: klog output
2022-09-17 14:38:28 -07:00
Kensei Nakada
eba4d50c15
Update cached Pod to make sure the Pod's status is up-to-date
2022-09-17 14:32:08 +00:00
Kubernetes Prow Robot
23a4920d83
Merge pull request #112540 from mkumatag/fix_unit
...
Add no-op package file to avoid build constraints exclude all Go file…
2022-09-17 03:00:27 -07:00
Manjunath A Kumatagi
2384a341e1
Add no-op package file to avoid build constraints exclude all Go files error
2022-09-17 12:15:49 +05:30
Kubernetes Prow Robot
4ff1369641
Merge pull request #112526 from liggitt/redirect
...
Limit redirect proxy handling to redirected responses
2022-09-16 19:34:29 -07:00
ldsdsy
bd339b9c9c
Eliminate unnecessary string conversions in options.go
2022-09-17 10:01:15 +08:00
Jordan Liggitt
a7e079680a
Limit redirect proxy handling to redirected responses
2022-09-16 21:25:40 -04:00
Kubernetes Prow Robot
3e5e5cc7ee
Merge pull request #112357 from SataQiu/deprecated-20220907
...
kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin
2022-09-16 18:14:27 -07:00
Kubernetes Prow Robot
29b856b658
Merge pull request #112520 from gnufied/fix-selinux-support-not-found-csi-driver
...
Do not return err if CSIdriver is not found
2022-09-16 17:04:40 -07:00
Kubernetes Prow Robot
7f672cef0a
Merge pull request #112516 from aojea/topology_log
...
fix endpoint slice controller logging format error
2022-09-16 17:04:30 -07:00
Kubernetes Prow Robot
4bc1398c08
Merge pull request #112510 from humblec/new-2
...
various typo corrections in test/e2e package
2022-09-16 14:59:00 -07:00