Kubernetes Prow Robot
8cbe9e91c8
Merge pull request #112742 from ping035627/k8s-220926
...
Kubeadm: Cleanup runPreflight in init/preflight
2022-09-27 13:00:00 -07:00
Kubernetes Prow Robot
2a0842f7f3
Merge pull request #112728 from qmloong/qmloong/redundant-log
...
fix: remove redundant error log print
2022-09-27 12:59:50 -07:00
Kubernetes Prow Robot
5579ddea8a
Merge pull request #112644 from vitorfhc/issue-112605
...
Improves message for pod status in rejectPod
2022-09-27 11:32:02 -07:00
Kubernetes Prow Robot
efc306a12d
Merge pull request #112316 from dengyufeng2206/0908test
...
fix test order in pkg/kubelet/sysctl/util_test.go
2022-09-27 11:31:50 -07:00
Kubernetes Prow Robot
97d37c2955
Merge pull request #112748 from wojtek-t/lock_ssa_gate
...
Lock ServerSideApply feature to true
2022-09-27 10:22:01 -07:00
Kubernetes Prow Robot
0094662cbb
Merge pull request #112672 from yangjunmyfm192085/delKlogv0
...
use klog.InfoS instead of klog.V(0).Infof(registry part)
2022-09-27 10:21:50 -07:00
Kubernetes Prow Robot
e450d35bb3
Merge pull request #112751 from SataQiu/fix-kubeadm-20220927
...
kubeadm: fix the field path of ClusterConfiguration networking validation
2022-09-27 07:39:50 -07:00
Kubernetes Prow Robot
462f41212a
Merge pull request #112749 from humblec/glusterfs-dn
...
remove glusterfs dynamic provisioner server
2022-09-27 05:41:51 -07:00
Wojciech Tyczyński
57c95fbfa1
Lock ServerSideApply feature to true
2022-09-27 13:48:28 +02:00
PingWang
da88db6321
Kubeadm: Cleanup runPreflight in join/preflight
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update runPreflight in init/preflight.go
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
cleanup runPreflight in init/preflight.go
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2022-09-27 19:36:45 +08:00
SataQiu
605f3dd89a
kubeadm: fix the field path of ClusterConfiguration networking validation
2022-09-27 18:51:19 +08:00
Kubernetes Prow Robot
edd6776943
Merge pull request #112732 from SataQiu/fix-kubeadm-20220926
...
kubeadm: support image repository format validation
2022-09-27 03:23:50 -07:00
Humble Chirammal
9d148a46fa
remove glusterfs dynamic provisioner server
...
Considering we have removed the glusterfs driver from the
repo, we no longer need the test server for CI. This commit
remove the same
Ref# https://github.com/kubernetes/kubernetes/pull/112015
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-09-27 14:51:10 +05:30
Kubernetes Prow Robot
27b7d3cd41
Merge pull request #112620 from pacoxu/windows-kubeadm-ut
...
add go:build no windows for some control-plane related UT for kubeadm
2022-09-26 22:29:50 -07:00
Kubernetes Prow Robot
d39c9aeff0
Merge pull request #112740 from logicalhan/health-check-metrics
...
use generic slis as entrypoint for healthcheck metrics
2022-09-26 16:08:25 -07:00
Kubernetes Prow Robot
7dc6a81e8b
Merge pull request #111741 from 249043822/br-probe-test-by-informer
...
fix:e2e test flake: Probing container should mark readiness on pods to false...
2022-09-26 16:08:14 -07:00
Kubernetes Prow Robot
24377fa7a1
Merge pull request #112703 from enj/enj/r/kms_cleanup
...
encryption config: no-op refactor to prepare for single loading
2022-09-26 14:50:26 -07:00
Kubernetes Prow Robot
a54d8d8add
Merge pull request #111980 from aramase/kms
...
Add staging directory for kms
2022-09-26 14:50:14 -07:00
Han Kang
63f98e035d
use generic slis as entrypoint for healthcheck metrics and expose convenience functions for setting stuff up
...
Change-Id: I19a53bf71272021566f50ab86d0069e2669e547e
2022-09-26 12:57:06 -07:00
Kubernetes Prow Robot
d2ae6fbeb1
Merge pull request #112690 from logicalhan/feature-gate
...
wire up feature enablement metric in feature_gate.go
2022-09-26 12:44:15 -07:00
Monis Khan
db850931a8
encryption config: no-op refactor to prepare for single loading
...
Signed-off-by: Monis Khan <mok@microsoft.com>
2022-09-26 15:35:03 -04:00
Anish Ramasekar
c3794e2377
Add staging directory for kms
...
- Moves kms proto apis to the staging repo
- Updates generate and verify kms proto scripts to check staging repo
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-09-26 19:23:35 +00:00
Kubernetes Prow Robot
d9b2f6d7d1
Merge pull request #112484 from aramase/update-unit-test
...
[KMS]: update envelope caching unit tests
2022-09-26 11:08:08 -07:00
Kubernetes Prow Robot
dfa4143086
Merge pull request #112724 from dims/update-instructions-to-install-cfssl
...
Update instructions to install cfssl
2022-09-26 09:20:38 -07:00
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
qmloong
45ed5ba993
fix: remove redundant error log print
2022-09-26 16:11:12 +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
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
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
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