Commit Graph

16795 Commits

Author SHA1 Message Date
m.nabokikh
bbc58a5517 Add more accurate error message for WhoAmI command
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2022-09-27 14:12:07 +02:00
Wojciech Tyczyński
57c95fbfa1 Lock ServerSideApply feature to true 2022-09-27 13:48:28 +02:00
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
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
bc6e801aa0 Merge pull request #112705 from stevekuznetsov/skuznets/fix-comment
clients: clarify a misleading comment
2022-09-26 09:20:19 -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
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
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
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
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
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
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
8631b2cdf9 Merge pull request #112652 from logicalhan/feature-metric
add a feature enabled metric
2022-09-22 15:19:03 -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
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
Han Kang
dc2c486059 rename metric and add feature stage to metrics
Change-Id: Iccab766ba2ee16ef54abb79e41ee61a6117fa7dd
2022-09-22 08:56:36 -07: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
iutx
c21d33ab28 Optimize authenticator oidc test
Signed-off-by: iutx <root@viper.run>
2022-09-22 21:46:55 +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
Lurong
0b2ad4cc42 fix typo error 2022-09-22 14:57:54 +08:00
Abu Kashem
f4f363fbe4 add patch annotations to flowcontrol v1beta3 2022-09-21 18:54:21 -04:00
Abu Kashem
0a99e6ebb1 apiserver: update apf logic to use v1beta3 2022-09-21 18:54:20 -04:00
Abu Kashem
6edc251686 apiserver: update apf tests to use v1beta3 2022-09-21 18:54:20 -04:00
Abu Kashem
6ac0e87979 apiserver: generate for apf v1beta3 2022-09-21 18:54:19 -04:00
Abu Kashem
e1a764d635 apiserver: enable v1beta3 for apf 2022-09-21 18:54:19 -04:00
Abu Kashem
dfcd9d905f apiserver: apf rename copy to v1beta3 2022-09-21 18:54:19 -04:00
Abu Kashem
0e7827dc05 apiserver: copy apf v1beta2 to v1beta3 2022-09-21 18:54:19 -04:00
Han Kang
80024aefcb add a feature enabled metric
Change-Id: Id872651c4219d4749fc4227da7d944e883e4e355
2022-09-21 13:16:43 -07:00
Kubernetes Prow Robot
299e65cdc5 Merge pull request #112613 from dims/update-github.com/go-openapi/jsonreference-to-drop-github.com/PuerkitoBio/purell
Update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell
2022-09-21 07:15:26 -07:00
Kubernetes Prow Robot
b8e740f2e5 Merge pull request #112580 from shyamjvs/disable-compression
Add --disable-compression flag to kubectl
2022-09-21 07:15:14 -07:00
Kubernetes Prow Robot
6dbec8e255 Merge pull request #112120 from pohly/klog-flag-removal
logs: remove deprecated klog flags
2022-09-21 00:44:53 -07:00
Mengjiao Liu
5417fc236f Update PreserveUnknownFields field document link 2022-09-21 10:39:14 +08:00
Kubernetes Prow Robot
de693b5e2d Merge pull request #112577 from andrewsykim/feature-gate-cleanup
Clean up feature gates ServiceLoadBalancerClass and ServiceLBNodePortControl
2022-09-20 18:13:12 -07:00