-
Notifications
You must be signed in to change notification settings - Fork 85
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
events.k8s.io/v1beta1 removal in Kubernetes 1.25 #414
Comments
I think it is adapted: Line 177 in 3a44c1b
It just checks if |
Also, duplicated #373 |
Shouldn't it be done the other way around ? |
Maybe it makes sense to check both... instead being a fallback. I don't have a strong opinion about that. |
If v1 is ok no need to call v1beta1, they will expose the same events (only the endpoints are different). |
Right, v1 should be checked first, if not available, check v1beta1. |
What would you like to be added:
Adapt kuttl to use new API version for Events in Kubernetes 1.25+
Why is this needed:
Test output shows kuttl is still getting events using the v1beta1 API version. As indicated, this is deprecated in 1.22 and removed in 1.25.
The text was updated successfully, but these errors were encountered: