Endpoints for custom cluster domains only show http even if https is available · Issue #850 · rancher/rio · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Both the http and https endpoints should be available when using custom cluster domains and specifying both. It should default to showing https in the cli.
Current state does not show the https endpoint at all, and it's not in the manifest when using rio inspect to get endpoints.
@rancher-max can you give more details for: https is shown when it is specified and a secret is supplied? How is https specified and how is secret supplied? I followed the instructions here: https://github.com/rancher/rio/blob/master/docs/faq.md at bottom creating a clusterdomain with the entry secretName set to my wildcard tls secret and rio info still shows (false) for my wildcard and deploying a workload w/ rio still only shows http for endpoint when doing rio ps or rio inspect. I am using v0.7.0.
@mbarlow We did some investigating on this. Following the steps from here: #700 (comment) if you just do a bare rio install OR rio install --disable-features rdns it should work. I'm noticing that for some reason it does not work when we disable letsencrypt as it appears to only set ClusterDomain to https inside the LE controller.
Uh oh!
There was an error while loading. Please reload this page.
Both the http and https endpoints should be available when using custom cluster domains and specifying both. It should default to showing https in the cli.
Current state does not show the https endpoint at all, and it's not in the manifest when using
rio inspect
to get endpoints.Reference: #700
The text was updated successfully, but these errors were encountered: