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
The static methods on KubernetesClientConfiguration like BuildConfigFromFile are hanging when using from certain environments where SynchronisationContext is not default. For instance WPF, Xamarin etc. Specifically on any line that uses .GetAwaiter().GetResult();.
Could you provide true async methods where you are waiting for operation result?