jenkins-x / issues

Issue tracker for Jenkins X v3
1 stars 0 forks source link

Trouble getting TLS working #43

Open aservedio opened 3 years ago

aservedio commented 3 years ago

Hi,

I am trying to evaluate jenkins-x by installing it on my own hosted rancher kubernetes cluster.

I have issues with TLS options. It's not creating any certificates with latest jenkins-x version. No cert request received by cert-manager either. K8 is serving it's default invalid tls certification.

This is on:

Can't find any cert-manager/acme errors or messages when checking jx admin log.

Also slightly confused about jx-requirements tls/email option in the context of reusing an existing cert-manager installation. Is it possible jenkins-x TLS will not work with an existing cert-manager installation? If so, it would be nice to specify this in the docs.

Thanks.

vbehar commented 3 years ago

hi, if you want some help to debug this issue, the best place is the slack channel - see https://jenkins-x.io/community/ FYI this is the config we're using for the cert-manager bundled with jenkins-x: https://github.com/jenkins-x/jx3-versions/tree/master/charts/jetstack/cert-manager also there are some docs about tls here: https://jenkins-x.io/v3/admin/setup/ingress/tls_dns/cluster/