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

Fix: Orleans.Hosting.KubernetesHosting: System.MissingMethodException #7346

Merged
merged 1 commit into from
Oct 25, 2021

Commits on Oct 22, 2021

  1. Fix: Orleans.Hosting.KubernetesHosting: System.MissingMethodException

    Due to kubernetes-client/csharp#681 in C# Kubernetes clients newer than 6.0.2, the following error is thrown when using `Orleans.Hosting.KubernetesHosting`:
    
    ```
    Unhandled exception. System.MissingMethodException: Method not found: 'System.Net.Http.DelegatingHandler k8s.KubernetesClientConfiguration.CreateWatchHandler()'.
        at Orleans.Hosting.KubernetesHostingExtensions.UseKubernetesHosting(IServiceCollection services, Action`1 configureOptions)
    ```
    
    This fixes the issue by removing the offending line, which is no longer needed.
    highlyunavailable committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    dee78e9 View commit details
    Browse the repository at this point in the history