mirror of https://git.rancher.io/charts
13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
|
To interact with your Epinio installation download the latest epinio binary from https://github.com/epinio/epinio/releases/latest.
|
||
|
|
||
|
Login to the cluster with any of
|
||
|
{{ range .Values.api.users }}
|
||
|
`epinio login -u {{ .username }} https://epinio.{{ $.Values.global.domain }}`
|
||
|
{{- end }}
|
||
|
|
||
|
or go to the dashboard at: https://epinio.{{ .Values.global.domain }}
|
||
|
|
||
|
If you didn't specify a password the default one is `password`.
|
||
|
|
||
|
For more information about Epinio, feel free to checkout https://epinio.io/ and https://docs.epinio.io/.
|