https://rancher.com/ logo
Title
n

nutritious-application-85076

05/13/2022, 10:24 AM
Installing epinio is not so simple - https://docs.epinio.io/installation#installation. What should I do if I want to deploy it top of a k3s cluster installed - https://rancher.com/docs/rancher/v2.6/en/quick-start-guide/deployment/quickstart-manual-setup/ ?
b

broad-dream-81849

05/13/2022, 10:29 AM
Have you tried with the instructions in the home page? https://epinio.io/ The helm installation is simpler 🙂
n

nutritious-application-85076

05/13/2022, 10:37 AM
Instructions should be improved as it is needed to create a values.yaml file BUT this is not mentioned when we copy/paste the command and then -->
helm install epinio -n epinio --create-namespace epinio/epinio --values epinio-values.yaml --set global.domain=<http://65.108.212.158.nip.io|65.108.212.158.nip.io>
Error: INSTALLATION FAILED: open epinio-values.yaml: no such file or directory
b

broad-dream-81849

05/13/2022, 10:42 AM
The command in the home page doesn't have the
--values
flag, so it comes with the default values. But if you need to customize a bit the installation then yes, you can provide a values.yaml file, or override the single values with the
--set
flag
thanks for highlight this is though, it's
helm
but maybe not everyone is familiar with it. There is always room for improvement, and feedbacks are important
n

nutritious-application-85076

05/13/2022, 10:44 AM
I finally installed it using the Rancher UI
💯 2
What is the user/pwd to access the Epinio UI ?
1
b

broad-dream-81849

05/13/2022, 10:44 AM
admin/password 🙂
n

nutritious-application-85076

05/13/2022, 10:46 AM
hahah