You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some resources seem to be deprecated in more recent K8s versions. I'm currently running 1.30, so everything is fine, but this might become a problem in the future:
W0921 09:35:58.826737 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta3 PriorityLevelConfiguration is deprecated in v1.29+, unavailable in v1.32+; use flowcontrol.apiserver.k8s.io/v1 PriorityLevelConfiguration
W0921 09:36:34.832793 1 warnings.go:70] flowcontrol.apiserver.k8s.io/v1beta3 FlowSchema is deprecated in v1.29+, unavailable in v1.32+; use flowcontrol.apiserver.k8s.io/v1 FlowSchema
The text was updated successfully, but these errors were encountered:
I tested it today in my Kubernetes 1.32 setup, it is still able to work, also with the missing FlowControl CRD's but better would be to have an updated version of it, as it logs a lot of error messages and could potentially break.
Some resources seem to be deprecated in more recent K8s versions. I'm currently running 1.30, so everything is fine, but this might become a problem in the future:
The text was updated successfully, but these errors were encountered: