Custom Links
vCluster Platform lets you associate custom links to virtual cluster instances, for example to point to a github pull request or jira issue.
- UI
- CLI
- Go to the Virtual Clusters view using the menu on the left
- Edit an existing Virtual Cluster 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 virtual cluster, to apply all changes.
vcluster create vcluster-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234'
vcluster create vcluster-1 --link 'https://loft.sh'
vcluster create vcluster-1 --link 'my-issue=https://github.com/kubernetes/kubernetes/pull/1234,documentation=https://example.com/docs'