]> git.eshelyaron.com Git - emacs.git/commitdiff
; Improve manual for Tramp kubernetes method
authorFilipp Gunbin <fgunbin@fastmail.fm>
Fri, 21 Oct 2022 18:21:54 +0000 (21:21 +0300)
committerFilipp Gunbin <fgunbin@fastmail.fm>
Fri, 21 Oct 2022 18:23:32 +0000 (21:23 +0300)
* doc/misc/tramp.texi (Inline methods): Add note about cache reset.

doc/misc/tramp.texi

index 7de64829c0dd94ee91e3d8fb4e66144995f28b17..e74d382fa1891985d071f0da25bbfc8e4a683964 100644 (file)
@@ -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=<name>}.  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