Closed highlyunavailable closed 2 years ago
Would like to bump this and ask if there's a work-around without the update?
I'm not sure how to get my fix merged (maybe @galvesribeiro can comment?), but there's no real workaround - I've forked locally and done a manual upgrade and just build my own copy of this with my project.
Related: https://github.com/dotnet/orleans/issues/7406
Sounds like it would be sensible to open a PR against dotnet/orleans
to merge this plugin into the main repo and then do the upgrade of client libs.
Multiple Kubernetes client updates have changed the method signatures and when using a newer version of the client (e.g. when using KubeOps in conjunction with Orleans in the same app) the following error is thrown:
The fix is to upgrade the Kubernetes C# SDK to the latest version, and I have a PR in with the Orleans repo (https://github.com/dotnet/orleans/pull/7346) to do that as well as a PR ready for this repo once I see the disposition of their fix timing but both
Orleans.Hosting.Kubernetes
andOrleans.Clustering.Kubernetes
should to be upgraded to match versions and move in lockstep so one doesn't drag the other down into an incompatible state.