Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

To access the UI: NOTE: It may take a few minutes for the LoadBalancer IP to be available. Watch the status with: '
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

...