Kubernetes Reference HighlighterOverviewThe extension detects and highlights references in manifests based on local manifests, resources in an existing cluster, and resources generated by Kustomize and Helm. The extension continuously validates references in manifests while the developer is typing, and it updates the highlighting in real-time. The extension only focuses on references between resources and validating if they are correct or not. The extension does not validate if the manifests' syntax is correct or has all the required fields. FeaturesReference HighlightingCurrently, the extension supports scanning of All resources are namespace-sensitive. A resource will not be highlighted if the resource exists in another namespace. Cluster ScanningThe extension calls the Kubernetes API of the user's current context and collects the names of all the objects the user has access to.
Workspace ScanningThe extension will collect the names of all the objects in the manifest files found in the open VSCode workspace.
Kustomize ScanningThe extension will run
Helm ScanningThe extension will run
SuggestionsIf a reference is not found, but a reference with a similar name exists, the extension will suggest using that instead.
Code NavigationClicking any filename in one of the hovering boxes will send the user to that file/folder.
Kustomize BuildThe extension will inform the user if the kustomize-file builds or not.
Note: If you have kustomize installed as a stand-alone binary in your PATH, the extension will use Helm TemplateThe extension will inform the user if the helm chart builds or not.
Commands
Settings
Issues and feature requestsPlease open an issue on GitHub if you experience any issues or have ideas for features. |