diff --git a/app/react/kubernetes/cluster/KubectlShell/KubectlShellView.tsx b/app/react/kubernetes/cluster/KubectlShell/KubectlShellView.tsx index 9c5848155b..4c2b1cebb3 100644 --- a/app/react/kubernetes/cluster/KubectlShell/KubectlShellView.tsx +++ b/app/react/kubernetes/cluster/KubectlShell/KubectlShellView.tsx @@ -58,8 +58,8 @@ export function KubectlShellView() { initialCommands={[ ...LINUX_SHELL_INIT_COMMANDS, - '# Run kubectl commands inside here', - '# e.g. kubectl get all', + '# Run kubectl commands inside here\n', + '# e.g. kubectl get all\n', '', ]} onResize={supportsResizeOverSocket ? 'socket' : null}