|
|
@ -255,7 +255,7 @@ const defaultNotes = `1. Get the application URL by running these commands:
|
|
|
|
echo http://$NODE_IP:$NODE_PORT
|
|
|
|
echo http://$NODE_IP:$NODE_PORT
|
|
|
|
{{- else if contains "LoadBalancer" .Values.service.type }}
|
|
|
|
{{- else if contains "LoadBalancer" .Values.service.type }}
|
|
|
|
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
|
|
|
|
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
|
|
|
|
You can watch the status of by running 'kubectl get svc -w {{ include "<CHARTNAME>.fullname" . }}'
|
|
|
|
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "<CHARTNAME>.fullname" . }}'
|
|
|
|
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "<CHARTNAME>.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
|
|
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "<CHARTNAME>.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
|
|
|
echo http://$SERVICE_IP:{{ .Values.service.port }}
|
|
|
|
echo http://$SERVICE_IP:{{ .Values.service.port }}
|
|
|
|
{{- else if contains "ClusterIP" .Values.service.type }}
|
|
|
|
{{- else if contains "ClusterIP" .Values.service.type }}
|
|
|
|