Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 1 | Thanks for installing VOLTHA! |
2 | |||||
3 | You installed a stack with name: {{ .Release.Name }}. | ||||
4 | |||||
5 | In order to use "voltctl" to connect to this stack you need to expose the VOLTHA API service: | ||||
6 | |||||
7 | kubectl -n {{ .Release.Namespace }} port-forward svc/{{ .Release.Name }}-voltha-api 55555 |