Configure Clusters
Adding custom clusters
Bring your own clusters
Adding custom cluster to VESSL
1. Install Helm
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bashbrew install helmhelm repo add vessl https://vessl-ai.github.io/cluster-resources/helm-chart
helm repo update
helm install vessl vessl/cluster-resources \
--set namespace=vessl \
--create-namespace \
--set agent.accessToken=YOUR_AGENT_ACCESS_TOKENLast updated