knavigator

Helm charts for Knavigator

To configure virtual nodes, use the provided Helm chart to deploy Knavigator.

Install Helm charts

First, install Helm v3 using the official script:

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
    chmod 700 get_helm.sh && \
    ./get_helm.sh

Next, setup the Helm repo:

helm repo add knavigator \
    https://nvidia.github.io/knavigator/helm-charts

Update the repo:

helm repo update

Install the official chart for knavigator:

helm install \
    --generate-name \
    knavigator/virtual-nodes