mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-01 19:47:05 +00:00
Normal execution always started to trigger this after adding more logging in
the E2E framework's exec_util.go:
I0506 21:23:56.781188 6341 exec_util.go:201] unexpected error trying to use websockets for pod exec: <nil>
That the "should fall back" implementation gets called when there is no error
and thus no reason to even consider falling back is odd. Now the execute
implementation checks for nil first.
This is the same approach taken also in the portforward code:
|
||
---|---|---|
.. | ||
auth | ||
cache | ||
clientcmd | ||
events | ||
internal/events | ||
leaderelection | ||
metrics | ||
pager | ||
portforward | ||
record | ||
reference | ||
remotecommand | ||
watch |