Custom Links
Loft lets you associate custom links to virtual cluster instances, for example to point to a github pull request or jira issue.
Spaces Too!
Check out the Spaces Advanced Topics for custom links.
- UI
- CLI
loft create vcluster vcluster-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234'
loft create vcluster vcluster-1 --link 'https://loft.sh'
loft create vcluster vcluster-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234,documentation=https://example.com/docs'