From: Filipp Gunbin Date: Fri, 21 Oct 2022 18:21:54 +0000 (+0300) Subject: ; Improve manual for Tramp kubernetes method X-Git-Tag: emacs-29.0.90~1616^2~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55eabe96c92aaee336a7ed4cce4d5b4186c9eeeb;p=emacs.git ; Improve manual for Tramp kubernetes method * doc/misc/tramp.texi (Inline methods): Add note about cache reset. --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 7de64829c0d..e74d382fa18 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -925,6 +925,12 @@ Integration for containers in Kubernetes pods. The host name is a pod name returned by @samp{kubectl get pods}. The first container in a pod is used. +@samp{kubectl get pods} returns pods in the current context and +namespace. Current namespace can be changed with @samp{kubectl config +set-context --current --namespace=}. After invoking this or +other command which modifies Kubernetes environment outside of Emacs, +call @code{tramp-cleanup-all-connections} to reset Tramp cache data. + This method does not support user names. @end table