Describe the bug
I installed RIO on local k3s cluster. The only option that is not compatible with local cluster is lets-encrypt so I don't have https.
Service deployment works fine with good on-rio.rio sub domain.
I can see here that we must have https to access to the dashboard.
I have now an infinit Waiting for dashboard service to be ready
No AppEndpoints found in the dashboard service status. Only have (with this command: kubectl edit svc dashboard -n rio-system):
To Reproduce
- Install rio without Lets-encrypt (response number 3 on interactive LE email question)
- Run
rio dashboard
Expected behavior
Get an http link of the dashboard if let-encrypt is disabled ("letsencrypt":{"enabled":false,"description":"Let's Encrypt"} in rio-config configMap).
Kubernetes version & type (GKE, on-prem): kubectl version
k3s on-prem
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6+k3s1", GitCommit:"6f56fa1d68a5a48b8b6fdefa8eb7ead2015a4b3a", GitTreeState:"clean", BuildDate:"2020-07-16T20:46:15Z", GoVersion:"go1.13.11", Compiler:"gc", Platform:"linux/amd64"}
Type:
Rio version: rio info
Rio Version: v0.8.0-rc2 (04372696)
Rio CLI Version: v0.8.0-rc2 (04372696)
Cluster Domain: ******.on-rio.io
Cluster Domain IPs: ***.**.***.*
System Namespace: rio-system
Wildcard certificates: ******.on-rio.io(false)
Describe the bug
I installed RIO on local k3s cluster. The only option that is not compatible with local cluster is lets-encrypt so I don't have https.
Service deployment works fine with good on-rio.rio sub domain.
I can see here that we must have https to access to the dashboard.
I have now an infinit
Waiting for dashboard service to be readyNo AppEndpoints found in the dashboard service status. Only have (with this command:
kubectl edit svc dashboard -n rio-system):To Reproduce
rio dashboardExpected behavior
Get an http link of the dashboard if let-encrypt is disabled (
"letsencrypt":{"enabled":false,"description":"Let's Encrypt"}inrio-configconfigMap).Kubernetes version & type (GKE, on-prem):
kubectl versionType:
Rio version:
rio info