aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/tramp.texi
diff options
context:
space:
mode:
authorFilipp Gunbin2022-10-04 20:35:01 +0300
committerFilipp Gunbin2022-10-04 20:35:01 +0300
commitec9f89784528b34b0ce03934b22498fae3eaf999 (patch)
tree0aee241e916f1da02a2ea57e558324a321df8505 /doc/misc/tramp.texi
parentda02b9edadbc809b25ac83eccf64089f1cf3b160 (diff)
downloademacs-scratch/tramp-kubernetes.tar.gz
emacs-scratch/tramp-kubernetes.zip
Add lisp/net/tramp-kubernetes.elscratch/tramp-kubernetes
* lisp/net/tramp-kubernetes.el: New file. * doc/misc/tramp.texi (Inline methods): Add kubernetes. (Customizing Methods): Remove kubernetes-tramp. * etc/NEWS: Mention new Tramp method "kubernetes". * lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is used.
Diffstat (limited to 'doc/misc/tramp.texi')
-rw-r--r--doc/misc/tramp.texi17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a182c0510d7..9e6de15f1f4 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -912,6 +912,14 @@ Integration for Docker containers. A container is accessed via
912@samp{user} is the (optional) user that you want to use, and 912@samp{user} is the (optional) user that you want to use, and
913@samp{container} is the id or name of the container. 913@samp{container} is the id or name of the container.
914 914
915@item @option{kubernetes}
916@cindex method @option{kubernetes}
917@cindex @option{kubernetes} method
918
919Integration for Kubernetes pod containers. A container is accessed
920via @file{@trampfn{kubernetes,pod,/path/to/file}}, where @samp{pod} is
921the name of the pod. Currently, the first container in a pod is used.
922
915@end table 923@end table
916 924
917 925
@@ -1772,15 +1780,6 @@ They can be installed with Emacs's Package Manager. This includes
1772@c @item ibuffer-tramp.el 1780@c @item ibuffer-tramp.el
1773@c Contact Svend Sorensen <svend@@ciffer.net> 1781@c Contact Svend Sorensen <svend@@ciffer.net>
1774 1782
1775@item kubernetes-tramp
1776@cindex method @option{kubectl}
1777@cindex @option{kubectl} method
1778Integration for Docker containers deployed in a Kubernetes cluster. A
1779container is accessed via
1780@file{@trampfn{kubectl,user@@container,/path/to/file}}, @samp{user}
1781and @samp{container} have the same meaning as with the @option{docker}
1782method.
1783
1784@item lxc-tramp 1783@item lxc-tramp
1785@cindex method @option{lxc} 1784@cindex method @option{lxc}
1786@cindex @option{lxc} method 1785@cindex @option{lxc} method