kubefed should use an API version that both it and server uses #50540
Labels
area/federation
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/multicluster
Categorizes an issue or PR as relevant to SIG Multicluster.
Forked from #50534 (comment).
kubefed does API version discovery and then uses the preferred API group version that server supports. This breaks when server supports a newer version that the generated clientset that kubefed uses does not know about.
kubefed should choose the version that both server and it knows about.
#50537 fixes this for RBAC. We need the same for all API resources that kubefed creates.
cc @kubernetes/sig-federation-bugs @liggitt
The text was updated successfully, but these errors were encountered: