Skip to content

Commit 9eecb4a

Browse files
committed
chore: increase buffer
1 parent 4204df9 commit 9eecb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient/KubernetesClientConfiguration.ConfigFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public static ExecCredentialResponse ExecuteExternalCommand(ExternalExecution co
559559
}
560560

561561
var sb = new StringBuilder();
562-
var buffer = new char[1];
562+
var buffer = new char[1024];
563563
while (true)
564564
{
565565
var readTask = process.StandardError.ReadAsync(buffer, 0, buffer.Length);

0 commit comments

Comments
 (0)