https://rancher.com/ logo
#epinio
Title
# epinio
c

clever-sandwich-32307

07/01/2022, 3:57 PM
Hello All 👋 I am trying out Epinio for my COmpany’s local development environment. I need help with configuring the Epinio setup into my Local Rancher Desktop. I have followed the steps mentioned in the Docs. However, when I am accessing https://epinio.127.0.0.1.sslip.io I get certificate error in my Chrome. I can see all my services up and running, can you help me with this so that we in our company can start using Epinio ? Thanks in advance !
Copy code
❯ kubectl get pods -A
NAMESPACE      NAME                                       READY   STATUS      RESTARTS      AGE
kube-system    helm-install-traefik-crd-zrptx             0/1     Completed   0             29m
kube-system    helm-install-traefik-z7hb7                 0/1     Completed   2             29m
kube-system    local-path-provisioner-6c79684f77-qgddd    1/1     Running     1 (18m ago)   29m
kube-system    svclb-traefik-5rxc4                        2/2     Running     2 (18m ago)   29m
cert-manager   cert-manager-cainjector-747cfdfd87-9ghhb   1/1     Running     1 (18m ago)   28m
cert-manager   cert-manager-webhook-67cb765ff6-wr5mb      1/1     Running     1 (18m ago)   28m
epinio         minio-0                                    1/1     Running     1 (18m ago)   27m
kube-system    coredns-d76bd69b-mmfbp                     1/1     Running     1 (18m ago)   29m
cert-manager   cert-manager-5b6d4f8d44-7kf49              1/1     Running     1 (18m ago)   28m
epinio         epinio-server-997c96b44-8pmgs              1/1     Running     1 (18m ago)   27m
epinio         kubed-7d7cb55879-hfcqt                     1/1     Running     1 (18m ago)   27m
epinio         epinio-ui-6958cf6685-btzwk                 1/1     Running     1 (18m ago)   27m
epinio         registry-55bc9c864b-2ddk7                  2/2     Running     2 (18m ago)   27m
kube-system    traefik-df4ff85d6-qnc47                    1/1     Running     1 (18m ago)   29m
kube-system    metrics-server-7cd5fcb6b7-522vz            1/1     Running     1 (18m ago)   29m
f

freezing-holiday-13112

07/01/2022, 4:38 PM
Did you login to epinio after installing it?
c

clever-sandwich-32307

07/01/2022, 4:38 PM
yeah I logged in using the command
epinio login
f

freezing-holiday-13112

07/01/2022, 4:39 PM
Oh shoot yeah I just noticed that
Heh I always ask @cuddly-holiday-9089 on these issues
h

high-morning-12231

07/01/2022, 4:41 PM
Yes, you would expect to see an SSL error in chrome since you likely don't want to generate a real cert for a local endpoint. Just accept the cert in your browser and the UI should appear
c

clever-sandwich-32307

07/01/2022, 4:41 PM
Oh great ! Thanks for tagging him here … 👍
h

high-morning-12231

07/01/2022, 4:42 PM
Since you were able to log in correctly, I'd bet that the platform is working as expected
c

clever-sandwich-32307

07/01/2022, 4:42 PM
yeah it appears when I access via Slack. but I am just worried that when I try to access the application I deploy should not give these SSL errors…
However, I need to deploy the app yet…
h

high-morning-12231

07/01/2022, 4:44 PM
You will get SSL errors on your apps as well while hosting epinio (or any app, not just epinio) on your local computer
If you want, you can set up a CA to give cert-manager and then have your browser trust it as well, but that's a lot of work for minimum reward
b

busy-teacher-96897

07/01/2022, 4:57 PM
If you need help on getting letsencrypt working... let me know. We just got it working
c

clever-sandwich-32307

07/02/2022, 9:08 AM
Yes, I would like to get letsencrypt working… would be helpful…
b

busy-teacher-96897

07/02/2022, 7:12 PM
ok, i think it is time i will create a github repo on all epinio deployment/learning related. Including how to deploy with letsencrypt (via AWS Route53) as well as changing the default password for the users. In the meantime, take a look at this build script getting epinio to work in local machine (with ssl cert) https://gist.github.com/gitricko/b5125a3649e5d52faec4e4f9a496e166
c

cuddly-holiday-9089

07/04/2022, 6:39 AM
@busy-teacher-96897 thanks for working on this. Consider opening PRs for the docs where you think it's suitable: https://github.com/epinio/docs . @clever-sandwich-32307 . There is some information about issuers here: https://docs.epinio.io/howtos/certificate_issuers#choosing-a-different-issuer but I just realized it's not enough to get you going. It has to be combined with information in other places: https://github.com/epinio/helm-charts/blob/3954c214de3d7b957cfc2054ba4fa4bfa140f5a3/chart/epinio/values.yaml#L121-L122
c

clever-sandwich-32307

07/04/2022, 8:52 AM
Thank you @cuddly-holiday-9089 and @busy-teacher-96897 for the information. I will try these options. and will update. 👍
19 Views