Custom Links
Loft lets you add custom links to space 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
loft create space space-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234'
loft create space space-1 --link 'https://loft.sh'
loft create space space-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234,documentation=https://example.com/docs'