Custom links
You can add custom links to namespaces that point to external resources such as GitHub pull requests, Jira issues, or documentation. This allows team members to access all relevant resources directly from the namespace view.
For more information on configuring custom links, see the Advanced Topics documentation.
- UI
- CLI
Navigate to the Namespaces view.
Edit an existing Namespace or create a new one.
Click Add Link to add a new link or Change to edit an existing one.
Enter a URL and optionally a label for your link.
Click Save.
Click , or if you're editing an existing namespace, to apply all changes.
Single named link​
Add a custom link with a descriptive label:
vcluster platform create namespace namespace-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234'
Single unnamed link​
Add a direct URL link:
vcluster platform create namespace namespace-1 --link 'https://loft.sh'
Multiple links​
Add multiple custom links in a single command:
vcluster platform create namespace namespace-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234,documentation=https://example.com/docs'
The custom links are displayed in the vCluster Platform UI and allow team members to access related resources for the namespace.