...
Code Block |
---|
helm upgrade --install -n kfuse kfuse oci://us-east1-docker.pkg.dev/mvp-demo-301906/kfuse-helm/kfuse --version 23.71.1 -f custom_values.yaml |
UI
Upon completion of the above helm install you would see instructions for accessing the Kloudfuse Platform UI.
Code Block |
---|
Info |
It may take a few minutes for the LoadBalancer IP to be available. |
Watch the status:
Code Block |
---|
kubectl get svc --namespace kfuse -w kfuse-ingress-nginx-controller' export SERVICE_IP=$(kubectl get svc --namespace kfuse kfuse-ingress-nginx-controller --template "{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}") echo http://$SERVICE_IP |
Kloudfuse UI and Grafana Access
...
if helm registry login command does not work, you can substitute ‘helm registry login’ with ‘docker login’:
cat single-node-install- token.json | docker login -u _json_key --password-stdin https://us-east1-docker.pkg.dev
...