Custom Links
Loft lets you add custom links to namespace instances, for example to point to a github pull request or jira issue.
Virtual Clusters Too.
Check out the Virtual Clusters Advanced Topics for custom links.
- UI
- CLI
Go to the Namespaces view using the menu on the left
Edit an existing Namespace or create a new one
Click Add Link to add a new link or Change to edit existing ones
Enter a URL and optionally a label for your link
Save your links by clicking Save
Click on the , or if you're editing an existing namespace, to apply all changes
vcluster platform create namespace namespace-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234'
vcluster platform create namespace namespace-1 --link 'https://loft.sh'
vcluster platform create namespace namespace-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234,documentation=https://example.com/docs'