diff options
| author | Filipp Gunbin | 2022-10-04 20:35:01 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2022-10-04 20:35:01 +0300 |
| commit | ec9f89784528b34b0ce03934b22498fae3eaf999 (patch) | |
| tree | 0aee241e916f1da02a2ea57e558324a321df8505 /doc/misc/tramp.texi | |
| parent | da02b9edadbc809b25ac83eccf64089f1cf3b160 (diff) | |
| download | emacs-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.texi | 17 |
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 | |||
| 919 | Integration for Kubernetes pod containers. A container is accessed | ||
| 920 | via @file{@trampfn{kubernetes,pod,/path/to/file}}, where @samp{pod} is | ||
| 921 | the 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 | ||
| 1778 | Integration for Docker containers deployed in a Kubernetes cluster. A | ||
| 1779 | container is accessed via | ||
| 1780 | @file{@trampfn{kubectl,user@@container,/path/to/file}}, @samp{user} | ||
| 1781 | and @samp{container} have the same meaning as with the @option{docker} | ||
| 1782 | method. | ||
| 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 |