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
Fix issue with the "Executing application" spinner never ending in KubeExec implementation
Spinner handling will be done in the KubeExecProcessHandler#Execute method itself,
which executes the overridden command in a goroutine.
Otherwise, we might end up with a never-ending spinner,
because the overridden command might be a long-running process.
0 commit comments