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:
parent
444c7ea83f
commit
55eabe96c9
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue