- This extension is buid on top of
vscode-kubernetes-tools
addTree View
command to all kubernetes resource. Tree View
command gives a hierarchical view of kubernetes resources based onOwnerReferences
- Make sure you have latest kubectl which support
kubectl plugin
command- For windows -> 1.18
- For linux -> 1.14
This extension is published to vscode marketplace as vscode-k8s-tree
Search for vscode-k8s-tree
in the VSCode Extensions
- The tree view automatically gets updated every 5 seconds for the next 10 minutes.
- You can also use the
Refresh
link on the page or use shortcutshift+ctrl+r
to force refresh.
- VSCode Kubernetes Tools v1.1.0 or higher and it's dependencies, installed and configured.
npm install
npm run vscode:prepublish
vsce package
Generate vsix file
vsce publish patch
Publish the package with patch version upgrade
Raushan Kumar @raushank2016.
Special acknowledgement: This tool internally uses kubectl-tree