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
To Reproduce
Call KubernetesClientConfiguration.BuildConfigFromConfigFile() using a config like below that relies on executing a plugin to authenticate. If the response payload is big enough the command will timeout. If you debug before the wait and manually evaluate the standard output stream with ReadToEnd, you'll see the command succeeds
Where do you run your app with Kubernetes SDK (please complete the following information):
OS: Windows 11
The text was updated successfully, but these errors were encountered:
thejuan
changed the title
KubernetesClientConfiguration.BuildConfigFromConfigFile with ExternalExecution incorrectly times out waiting for exit
KubernetesClientConfiguration.BuildConfigFromConfigFile with ExternalExecution deadlocks waiting for exit
Mar 27, 2024
Describe the bug
KubernetesClientConfiguration.ExecuteExternalCommand causes a deadlock by waiting on the process before reading the Standard Output Stream this means the timeout occurs when the command actually completed successfully.
Kubernetes C# SDK Client Version
13.0.11
Dotnet Runtime Version
net8
To Reproduce
Call
KubernetesClientConfiguration.BuildConfigFromConfigFile()
using a config like below that relies on executing a plugin to authenticate. If the response payload is big enough the command will timeout. If you debug before the wait and manually evaluate the standard output stream with ReadToEnd, you'll see the command succeedsKubeConfig
Where do you run your app with Kubernetes SDK (please complete the following information):
The text was updated successfully, but these errors were encountered: