Replies: 1 comment
-
Hello, the problem is solved. When the rancher is deployed by default: ingress:
tls:
source: "rancher" I added this rancher_values = <<EOT
hostname: "your_hostname"
replicas: 1
bootstrapPassword: "your_pass"
ingress:
tls:
source: "letsEncrypt"
letsEncrypt:
email: your_email
environment: production
ingress:
class: "nginx"
global:
cattle:
psp:
enabled: false
EOT After a successful deploy, we removed the secret where the After the removal, the certificates were regenerated and now it works without a proxy in cloudflare! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I successfully deployed the module with domains for rancher and lb.
When we disable the [Clouflare] proxy on the load balancer and want to go to the rancher page, we get
NET::ERR_CERT_AUTHORITY_INVALID
Is it possible to make it work without a proxy in Cloudflare?
Beta Was this translation helpful? Give feedback.
All reactions