Custom Links
vCluster Platform lets you associate custom links to tenant cluster instances, for example to point to a github pull request or jira issue.
- Platform UI
- CLI
- Select your project from the project selector, then click Tenant Clusters.
- Edit an existing tenant cluster or create a new one.
- Click the edit icon next to the links section to open the links editor. Click to add a new link.
- Enter a URL and optionally a label for your link.
- Click , or if you're editing an existing tenant 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'