Kubernetes Prow Robot
dd160deedb
Merge pull request #112712 from RainbowMango/pr_remove_redundant_conversion
...
Remove redundant type conversion.
2022-09-26 09:20:31 -07:00
Kubernetes Prow Robot
bc6e801aa0
Merge pull request #112705 from stevekuznetsov/skuznets/fix-comment
...
clients: clarify a misleading comment
2022-09-26 09:20:19 -07:00
Dipankar Das
54ddcdce21
Code Refactoring of Pod under pkg/api ( #112085 )
...
* Code Refactoring
- added some function comments
- spelling errors
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
* Some typo fix in resource under pkg/api/v1
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
* Grammer corrections in api/v1/pod
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
* Function description changes in pkg/api/v1
- pod
- resource
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
2022-09-26 09:20:08 -07:00
Han Kang
5f5897798e
add unit test coverage
...
Change-Id: Idfbc9e72f1e0051a9423b23d1f0397364bb3c251
2022-09-26 09:13:41 -07:00
Han Kang
e95179ffb6
Wire up feature_gate.go with metrics via AddMetrics method
...
wire up feature_gate.go with metrics via AddMetrics method
Change-Id: I9b4f6b04c0f4eb9bcb198b16284393d21c774ad8
wire in metrics to kubernetes components
Change-Id: I6d4ef8b26f149f62b03f32d1658f04f3056fe4dc
rename metric since we're using the value to determine if enabled is true or false
Change-Id: I13a6b6df90a5ffb4b9c5b34fa187562413bea029
Update staging/src/k8s.io/component-base/featuregate/feature_gate.go
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2022-09-26 08:44:42 -07:00
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
SataQiu
b833e628b2
kubeadm: support image repository format validation
2022-09-26 19:38:42 +08:00
Paco Xu
241445759e
add go:build no windows for some control-plane related UT for kubeadm
2022-09-26 17:17:41 +08:00
Paco Xu
baedc1cd32
implement blackfriday render using v2
2022-09-26 17:12:24 +08:00
qmloong
45ed5ba993
fix: remove redundant error log print
2022-09-26 16:11:12 +08:00
Paco Xu
65cb35f931
pin github.com/russross/blackfriday/v2 to v2.1.0
2022-09-26 13:52:58 +08:00
ZhangKe10140699
4f19b10567
fix:e2e test flake: Probing container should mark readiness on pods to false
2022-09-26 09:55:19 +08:00
Davanum Srinivas
908ec2a496
Drop unsupported iks configuration for kubemark
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-25 17:33:22 -04:00
Davanum Srinivas
5fd6b0a980
Update instructions to install cfssl
...
Use the newer "go install" variant as we are above go 1.18
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-25 15:53:02 -04:00
Davanum Srinivas
f5339fc1ec
Remove references to already deleted volume plugins
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-25 15:26:22 -04: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
RainbowMango
de09b70f69
Remove redundant type conversion.
...
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2022-09-24 15:19:35 +08: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
Monis Khan
b738be9b46
Use https links for k8s KEPs, issues, PRs, etc
...
Signed-off-by: Monis Khan <mok@microsoft.com>
2022-09-23 23:36:24 +00:00
Kubernetes Prow Robot
ed8c302cc6
Merge pull request #112692 from liggitt/dot-cleanup
...
Drop DOT dependency
2022-09-23 13:02:06 -07:00
Steve Kuznetsov
588f016c3b
clients: clarify a misleading comment
...
It's clear that client-sets contain many versions of one group, so this
comment just seems to be out-dated.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-09-23 12:26:20 -06: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