-
-
Save gowatana/c8872a1a97d9ff20773cac69868f2032 to your computer and use it in GitHub Desktop.
helm/nai-demo/templates/NOTES.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get the application URL by running these commands: | |
| NOTE: It may take a few minutes for the LoadBalancer IP to be available. | |
| You can watch its status by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "nai-demo.fullname" . }}' | |
| $ export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "nai-demo.fullname" . }} -o jsonpath="{.status.loadBalancer.ingress[0].ip}") | |
| $ echo http://$SERVICE_IP:{{ .Values.service.port }} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317