all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tramp-kubernetes
@ 2022-10-03 20:30 Filipp Gunbin
  2022-10-03 22:38 ` tramp-kubernetes Filipp Gunbin
  2022-10-04 14:30 ` tramp-kubernetes Michael Albinus
  0 siblings, 2 replies; 10+ messages in thread
From: Filipp Gunbin @ 2022-10-03 20:30 UTC (permalink / raw)
  To: emacs-devel, Michael.Albinus; +Cc: bjc, bjc

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Hi,

I've seen the recently-added tramp-docker method (thanks for that!).  It
was easy to adapt that to add a method for Kubernetes.  I think this
could be a worthwhile addition, the code is attached - take if you like.

Of the things to be improved, we could add container selection (like
"kubectl exec <pod> -c <container>").  Now it offers to choose pod, and
then uses first container there (as just "kubectl exec <pod>").  This
default should usually be enough, though.

Thanks.
Filipp


[-- Attachment #2: tramp-kubernetes.el --]
[-- Type: application/emacs-lisp, Size: 3400 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-05 15:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-03 20:30 tramp-kubernetes Filipp Gunbin
2022-10-03 22:38 ` tramp-kubernetes Filipp Gunbin
2022-10-04 14:30 ` tramp-kubernetes Michael Albinus
2022-10-04 16:50   ` tramp-kubernetes Filipp Gunbin
2022-10-04 17:35     ` tramp-kubernetes Michael Albinus
2022-10-04 17:45       ` tramp-kubernetes Brian Cully via Emacs development discussions.
2022-10-04 17:49       ` tramp-kubernetes Filipp Gunbin
2022-10-04 17:57         ` tramp-kubernetes Michael Albinus
2022-10-05  0:33           ` tramp-kubernetes Filipp Gunbin
2022-10-05 15:13             ` tramp-kubernetes Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.