Configure Clusters
Adding custom clusters
Last updated
Adding custom clusters
Last updated
You can easily register your own custom cluster to VESSL whether it's on-premise, on-cloud or a combination of the two.
VESSL uses , the package manager of Kubernetes. Begin by installing Helm.
2. Helm Install Kubernetes resources
To add Kubernetes cluster to VESSL, you should first create the followings in the cluster:
A service account that has all the permissions in a namespace
VESSL cluster agent
You can see the preview of result on . Run the following commands to create the required resources in your cluster. You can find your agent access token on the Workspace → Settings → Cluster → New Cluster page. VESSL's cluster agent will automatically add your Kubernetes cluster.
For those who are registering an on-premise cluster and want to , we added volumeListStrategy
as Helm values. You can set the values using the following script.