Hi there,
I'm running Emacs from master branch. Emacs 29 comes with support for Kubernetes, Podman and Docker as TRAMP "inline methods" (see here).
- To start, we can use
tramp-kubernetes-program as the default path for kubectl for Emacs 29+
- We should be able to transition away from implementing our own
kubectl TRAMP method, and towards using the official kubernetes method instead.
Hi there,
I'm running Emacs from master branch. Emacs 29 comes with support for Kubernetes, Podman and Docker as TRAMP "inline methods" (see here).
tramp-kubernetes-programas the default path forkubectlfor Emacs 29+kubectlTRAMP method, and towards using the officialkubernetesmethod instead.tramp-kubernetes-contextandtramp-kubernetes-namespace(https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS#L439).