Commit Graph

110968 Commits

Author SHA1 Message Date
Anish Ramasekar
d1fb258ff2
kmsv2: validate annotations key and size
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2022-09-27 01:57:20 +00:00
Walter Fender
1dfdfc4bb5 Bump konnectivity-client to v0.0.33
Bump konnectivity network proxy to v0.0.33.
Includes a couple bug fixes for better handling of dial failures.
[Agent &
Server](https://github.com/kubernetes-sigs/apiserver-network-proxy/commits/v0.0.33)
include numerous other fixes.
Pin goleak to 1.2
2022-09-26 17:06:49 -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
Abu Kashem
6cf7d0e39c
add testdata for flowcontrol v1beta3 2022-09-26 15:34:21 -04:00
Abu Kashem
66fc0d7037
rename assuredConcurrencyShares for flowcontrol v1beta3 2022-09-26 15:34:10 -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
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
Sergey Kanzhelev
39e49a91d7 remove DynamicKubeletConfig feature gate from the code 2022-09-23 23:14:19 +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