webhook producess many warnings on Kubernetes 1.26
rbaumgar opened this issue · 2 comments
rbaumgar commented
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
I believe a new version should be created...
rbaumgar commented
new version based on cert-manager v1.13.1 and go version updated.