[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 55eabe96c9: ; Improve manual for Tramp kubernetes method
From: |
Filipp Gunbin |
Subject: |
master 55eabe96c9: ; Improve manual for Tramp kubernetes method |
Date: |
Fri, 21 Oct 2022 14:24:24 -0400 (EDT) |
branch: master
commit 55eabe96c92aaee336a7ed4cce4d5b4186c9eeeb
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>
; 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 7de64829c0..e74d382fa1 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=<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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 55eabe96c9: ; Improve manual for Tramp kubernetes method,
Filipp Gunbin <=