Commit Graph

110713 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
ce4fd5c31d
Merge pull request #112704 from dims/drop-scripts-and-files-related-to-linkcheck
drop scripts and files related to linkcheck
2022-09-26 08:10:32 -07:00
Kubernetes Prow Robot
a024252328
Merge pull request #112680 from enj/enj/i/tls_cache_key_comparable
transport/cache: statically assert that tlsCacheKey is comparable
2022-09-26 08:10:20 -07:00
Arda Güçlü
0303535506
Add e2e tests for events command (#111855)
* Add e2e tests for events command

* Run events tests as normal e2e instead conformance

Conformance tests are only for GA features. Since `kubectl events`
currently is in alpha stage, e2e tests for this command should be
run as standard e2e.
2022-09-26 08:10:08 -07:00
Kubernetes Prow Robot
cac53883f4
Merge pull request #112674 from iutx/optimize/oidc-test
Optimize authenticator oidc test
2022-09-24 17:40:04 -07:00
Kubernetes Prow Robot
953ce2212b
Merge pull request #112665 from NoicFank/fix-typo
Fix typo error in shared_informer
2022-09-24 14:12:05 -07:00
Kubernetes Prow Robot
79d6053e6d
Merge pull request #112710 from cheftako/cloud-provider
Honor the CLOUD_PROVIDER_FLAG flag.
2022-09-24 10:30:04 -07:00
Davanum Srinivas
866ef3c46e
run hack/update-vendor.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-24 13:27:13 -04:00
Walter Fender
56eb2bcff4 Honor the CLOUD_PROVIDER_FLAG flag.
We were not passing the flag from deploying machine to the machine
being deployed to. Now passing the flag.
2022-09-23 19:03:01 -07:00
Kubernetes Prow Robot
ed8c302cc6
Merge pull request #112692 from liggitt/dot-cleanup
Drop DOT dependency
2022-09-23 13:02:06 -07:00
Davanum Srinivas
837d3b4ca2
drop scripts and files related to linkcheck
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-23 13:55:45 -04:00
Jordan Liggitt
2a50ae99a1
Update vendor 2022-09-23 13:12:34 -04:00
Jordan Liggitt
8221960b65
Reimplement GC dot graph dumping without gonum library 2022-09-23 13:12:33 -04:00
Kubernetes Prow Robot
748daeb862
Merge pull request #112702 from enj/enj/i/revert_scheduler_parallel
Revert "Enable paralellism in scheduler unit tests"
2022-09-23 10:08:26 -07:00
Kubernetes Prow Robot
8f269d6df2
Merge pull request #112518 from mimowo/fix-disruption-conditions
Fix handling of NoExecute taint when PodDisruptionConditions is enabled
2022-09-23 09:00:26 -07:00
Monis Khan
f01295067f
Revert "Enable paralellism in scheduler unit tests"
This reverts commit f37ab167f8.

Signed-off-by: Monis Khan <mok@microsoft.com>
2022-09-23 12:00:14 -04:00
Michal Wozniak
bb561e0324 Fix controller policy and improve logging of related errors
Improve error logging from timed workers which are used for pod eviction

Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2022-09-23 16:53:32 +02:00
Monis Khan
a6d0f48300
transport/cache: statically assert that tlsCacheKey is comparable
Signed-off-by: Monis Khan <mok@microsoft.com>
2022-09-23 10:43:31 -04:00
Kubernetes Prow Robot
664f0f5677
Merge pull request #112635 from humblec/rbd-image-prefix
rbd: try to tolerate the images without 'kubernetes-dynamic-pvc' prefix
2022-09-23 07:04:36 -07:00
Kubernetes Prow Robot
4e105c4814
Merge pull request #111343 from niulechuan/add_unit_test_for_asw
Add unit test in kubelet volumemanager ASW: Detach a volume that had been mounted by pod should be skipped
2022-09-23 07:04:25 -07:00
Kubernetes Prow Robot
91a9ce28ac
Merge pull request #112607 from mattcary/ubuntu-path
Consider only plugin subpath when cleaning up mounts
2022-09-22 17:24:38 -07:00
Kubernetes Prow Robot
8631b2cdf9
Merge pull request #112652 from logicalhan/feature-metric
add a feature enabled metric
2022-09-22 15:19:03 -07:00
Kubernetes Prow Robot
5fe1450ba7
Merge pull request #112028 from dengyufeng2206/test2508
fix several typos under scheduler framework
2022-09-22 15:18:53 -07:00
Kubernetes Prow Robot
4af079a3a1
Merge pull request #112663 from aojea/reachability
do not assume backend on e2e service jig
2022-09-22 12:51:28 -07:00
Kubernetes Prow Robot
9cd59bfc38
Merge pull request #112660 from kerthcet/cleanup/change-approver
Make autoscaling team the autoscaler_contract package approver
2022-09-22 12:51:22 -07:00
Kubernetes Prow Robot
b7d9082504
Merge pull request #112445 from RomanBednar/retro-sc-e2e
e2e storage: add test for retroactive storage class assignment feature
2022-09-22 12:51:15 -07:00
Kubernetes Prow Robot
df89bbc4d4
Merge pull request #112324 from tnqn/fix-outdated-comment
Fix outdated code comments of proxierHealthServer
2022-09-22 12:51:04 -07:00
Kubernetes Prow Robot
188b65c92f
Merge pull request #110826 from humblec/test-failure
Fix the test failure on volume snapshot
2022-09-22 12:50:52 -07:00
Han Kang
2f2b018a3e change prefix to make it consistent with kubernetes_build_info
Change-Id: Ia0f65bec6c0dc092c3db9b5b1c22059a0c8c9776
2022-09-22 11:09:19 -07:00
Kubernetes Prow Robot
b208f5cd92
Merge pull request #112472 from ialidzhikov/nit/error-msg
Improve the error returned from the `LabelSelectorAsSelector` func
2022-09-22 11:01:18 -07:00
Kubernetes Prow Robot
3a0dbe5749
Merge pull request #112335 from piotrnosek/fixcustomcrd
Fix HPA E2E CustomResourceDefinition test
2022-09-22 11:01:06 -07:00
Kubernetes Prow Robot
722e02408e
Merge pull request #112673 from dims/update-to-latest-k8s.io/utils-sep-22
Update to latest k8s.io/utils to pick up changes
2022-09-22 09:41:27 -07:00
Kubernetes Prow Robot
beb90b4b47
Merge pull request #112641 from anstns/master
Optimize name rules
2022-09-22 09:41:15 -07:00
Kubernetes Prow Robot
a2dc82f0b8
Merge pull request #112590 from liggitt/authorizer_config
improve integration test customization of authn/authz
2022-09-22 09:41:04 -07:00
Han Kang
dc2c486059 rename metric and add feature stage to metrics
Change-Id: Iccab766ba2ee16ef54abb79e41ee61a6117fa7dd
2022-09-22 08:56:36 -07:00
kerthcet
2679d998d3 Make autoscaling team as the autoscaler_contract package approver
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-09-22 23:18:12 +08:00
Kubernetes Prow Robot
dfc9bf0953
Merge pull request #112615 from mengjiao-liu/update_CRD_link
Update `PreserveUnknownFields` field document link
2022-09-22 07:59:16 -07:00
Kubernetes Prow Robot
5ce4f98a76
Merge pull request #112579 from SergeyKanzhelev/removePodOverhead
remove podOverhead feature gate as a feature is now GA since 1.24
2022-09-22 07:59:04 -07:00
iutx
c21d33ab28
Optimize authenticator oidc test
Signed-off-by: iutx <root@viper.run>
2022-09-22 21:46:55 +08:00
anstns
105a7319b1 Optimize name rules 2022-09-22 21:46:37 +08:00
Davanum Srinivas
4e7e7cdd3c
Update to latest k8s.io/utils to pick up changes
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-22 09:38:28 -04:00
Humble Chirammal
c4b67ed646 rbd: try to tolerate the images without 'kubernetes-dynamic-pvc' prefix
The image hash which are dynamically provisioned by the intree driver
would contain this prefix. however if its statically provisioned image
it may not be the case. In such cases while retrieving the hash the
translation library should not try to index the splitted string based
on the assumed prefix.

Also added unit test for image name without dynamic provisioner prefix

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-09-22 17:56:09 +05:30
Kubernetes Prow Robot
2dba4034f8
Merge pull request #112554 from kushagra98/variable-name-change
variable name change for better understanding
2022-09-22 03:37:02 -07:00
Kushagra
dc321b4d2a requeted changes: fix variables in test cases 2022-09-22 09:17:15 +00:00
Kushagra
01b553145c requested changes: fix return type variables 2022-09-22 08:59:02 +00:00
Kubernetes Prow Robot
febdfe72fc
Merge pull request #112659 from pacoxu/LocalStorageCapacityIsolationFSQuotaMonitoring-test
LocalStorageCapacityIsolationFSQuotaMonitoring: feature gate typo in e2e test
2022-09-22 01:57:03 -07:00
Kubernetes Prow Robot
7f129f1c9a
Merge pull request #112671 from yangjunmyfm192085/delklogv0
use klog.InfoS instead of klog.V(0).Infof(kubemark part)
2022-09-22 00:55:02 -07:00
Lurong
0b2ad4cc42 fix typo error 2022-09-22 14:57:54 +08:00
JunYang
a6899eb1da use klog.InfoS instead of klog.V(0).Infof(kubemark part) 2022-09-22 14:52:33 +08:00
Antonio Ojea
909a08d011 do not assume backend on e2e service jig 2022-09-22 07:49:05 +02:00
Kubernetes Prow Robot
0fff024276
Merge pull request #112640 from humblec/rbd-owner
Add humblec to approvers and reviewers list for Ceph driver
2022-09-21 19:11:13 -07:00