1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Improve manual for Tramp kubernetes method

* doc/misc/tramp.texi (Inline methods): Add note about cache reset.
This commit is contained in:
Filipp Gunbin 2022-10-21 21:21:54 +03:00
parent 444c7ea83f
commit 55eabe96c9

View 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