Dopingus / cert-manager-webhook-dynu

Unofficial cert-manager webhook for dynu
Apache License 2.0
7 stars 7 forks source link

webhook producess many warnings on Kubernetes 1.26 #23

Closed rbaumgar closed 6 months ago

rbaumgar commented 1 year ago

FlowSchema and PriorityLevelConfiguration version v1beta2 are deprecated in Kubernetes 1.26. Replace it by version v1beta3.

W0621 14:31:17.302662 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta2 FlowSchema is deprecated in v1.26+, unavailable in v1.29+; use flowcontrol.apiserver.k8s.io/v1beta3 FlowSchema
W0621 14:38:24.235472 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta2 FlowSchema is deprecated in v1.26+, unavailable in v1.29+; use flowcontrol.apiserver.k8s.io/v1beta3 FlowSchema
W0621 14:38:28.109174 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta2 PriorityLevelConfiguration is deprecated in v1.26+, unavailable in v1.29+; use flowcontrol.apiserver.k8s.io/v1beta3 PriorityLevelConfiguration
W0621 14:43:47.186099 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta2 PriorityLevelConfiguration is deprecated in v1.26+, unavailable in v1.29+; use flowcontrol.apiserver.k8s.io/v1beta3 PriorityLevelConfiguration
rbaumgar commented 12 months ago

I believe a new version should be created...

rbaumgar commented 6 months ago

new version based on cert-manager v1.13.1 and go version updated.