vscode-k8s-tree README
- This extension is buid on top of
vscode-kubernetes-tools add Tree View command to all kubernetes resource.
Tree View command gives a hierarchical view of kubernetes resources based on OwnerReferences
- Make sure you have latest kubectl which support
kubectl plugin command
- For windows -> 1.18
- For linux -> 1.14
Installation
This extension is published to vscode marketplace as vscode-k8s-tree
Search for vscode-k8s-tree in the VSCode Extensions
Features
- 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 shortcut shift+ctrl+r to force refresh.
Dependencies
Build
npm install
npm run vscode:prepublish
Publish package
vsce package Generate vsix file
vsce publish patch Publish the package with patch version upgrade
Author
Raushan Kumar @raushank2016.
Special acknowledgement: This tool internally uses kubectl-tree
| |