1. Get the Parse Server URL by running:
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
Watch the status with: 'kubectl get svc --namespace default -w enervated-hummingbird-parse'
export APP_HOST=$(kubectl get svc --namespace default enervated-hummingbird-parse --template "{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}")
2. Complete your Parse Dashboard deployment by running:
helm upgrade enervated-hummingbird \
--set server.host=$APP_HOST,server.port=1337,server.masterKey=$(kubectl get secret --namespace default enervated-hummingbird-parse -o jsonpath="{.data.master-key}" | base64 --decode),dashboard.username=user,dashboard.password=$(kubectl get secret --namespace default enervated-hummingbird-parse -o jsonpath="{.data.parse-dashboard-password}" | base64 --decode) stable/parse
然後通常我們會將 Parse Dashboard 一併裝好。
在install之後,這個也一併提醒你了。