;; Ideally, we'd like to hardcode the namespace into filename.
(let ((tramp-kubernetes-namespace k8sns))
(dired (concat "/kubernetes:" pod ":"))))
- (shell "S" "Start shell in home directory of first container of"
+ (shell "s" "Start shell in home directory of first container of"
(let ((tramp-kubernetes-namespace k8sns)
(default-directory (concat "/kubernetes:" pod ":")))
- (shell)))
+ (shell (format "*kubed-pod-%s-shell*" pod))))
(logs "l" "Show logs for a container of"
(kubed-logs pod (kubed-read-container pod "Container" t k8sns)))
(forward-port "F" "Forward local network port to remote port of"