From 55eabe96c92aaee336a7ed4cce4d5b4186c9eeeb Mon Sep 17 00:00:00 2001 From: Filipp Gunbin Date: Fri, 21 Oct 2022 21:21:54 +0300 Subject: [PATCH] ; Improve manual for Tramp kubernetes method * doc/misc/tramp.texi (Inline methods): Add note about cache reset. --- doc/misc/tramp.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5