Skip to content

venc0r/telescope-k8s.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

telescope-k8s.nvim

  • filter the pods of your current namespace/context
  • previews the pod as lua table
  • enters the kubectl edit in a new terminal buffer when selected

TODO

  • tail the logs
  • use other objects than pods
  • docs for lazy (I know packer is depricated, but I'm too lazy to rewrite my config.)

setup with packer

use { 'venc0r/telescope-k8s.nvim' }

load the extension

require('telescope_k8s').setup {}
require('telescope').load_extension('telescope_k8s')

run from command mode

:Telescope telescope_k8s show_pods

or maybe wanna have a key map

vim.keymap.set("n", "<leader>k8s", "<CMD>Telescope telescope_k8s show_pods<CR>")

inspired by

https://github.com/MattFlower/telescope-kubernetes

https://github.com/krisajenkins/telescope-docker.nvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages