Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warnings on Kube 1.26+ #12

Open
Routhinator opened this issue Oct 28, 2023 · 1 comment
Open

Deprecation warnings on Kube 1.26+ #12

Routhinator opened this issue Oct 28, 2023 · 1 comment

Comments

@Routhinator
Copy link

There are a few deprecation warnings that will need to be addressed before kubernetes 1.29+ for this webhook to stay alive:

W1028 23:53:58.493424       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
W1028 23:53:58.493424       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
W1028 23:53:58.500536       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
W1028 23:53:58.500639       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

@diegodambra
Copy link

diegodambra commented Sep 6, 2024

Believe issue arise from the go lib require list? Anyway - seems that Linode forked project and have upgraded the go.mod file!

8ef86e9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants