Commit Graph

16737 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
1294f557b9 Merge pull request #112689 from cheftako/master
Bump konnectivity-client to v0.0.33
2022-09-27 17:51:35 -07:00
Kubernetes Prow Robot
e11f23eb97 Merge pull request #112741 from logicalhan/health-check-metrics
enable health check SLI metrics for apiserver
2022-09-27 15:37:50 -07:00
Kubernetes Prow Robot
81b474d6a7 Merge pull request #112461 from aramase/validate-annotations
[KMSv2]: validate annotations key and size
2022-09-27 14:26:01 -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
Han Kang
334be489d4 patch healthcheck sli metric so that we only have a binary value
Change-Id: I0d87e29715432f772309a0d4a7305fff358c6d48
2022-09-27 12:43:42 -07:00
Han Kang
db13f51db9 enable health check SLI metrics for apiserver
Change-Id: I1b43e6dfea35b8c3bfdf5daaa8b42adff2fbc786
2022-09-27 09:58:54 -07: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
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
qmloong
45ed5ba993 fix: remove redundant error log print 2022-09-26 16:11:12 +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
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
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
Davanum Srinivas
005a5ca081 update github.com/go-openapi/jsonreference to drop github.com/PuerkitoBio/purell
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-20 20:49:55 -04:00
Kubernetes Prow Robot
886b3cbc19 Merge pull request #112588 from pacoxu/fsnotify-v1.5.4
update fsnotify/fsnotify to v1.5.4
2022-09-20 12:07:16 -07:00
Davanum Srinivas
298b629e44 run pin-dependency.sh and then hack/update-vendor.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-09-20 06:55:59 -04:00
Berchris Requiao
d81e6af218 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 2022-09-20 06:51:30 -04:00
Kubernetes Prow Robot
6ee3cbd931 Merge pull request #112556 from ardaguclu/patch-smp-error-msg
(kubectl patch): Add descriptive message when patch type is unsupported
2022-09-19 21:17:19 -07:00
Paco Xu
d20d83310e update fsnotify/fsnotify to v1.5.4 2022-09-20 11:14:49 +08:00
Kubernetes Prow Robot
6820a383be Merge pull request #112545 from dims/update-etcd-3.5.5-and-all-otel-related-to-latest
Update etcd 3.5.5 and all otel related libraries to newer versions
2022-09-19 19:15:31 -07:00