rancher-charts/charts/epinio/103.0.2+up1.10.0/templates/NOTES.txt

13 lines
530 B
Plaintext
Raw Normal View History

2023-09-27 11:53:18 +00:00
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/.