rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Installing RIO to an existing cluster isn't working as expected #1044

Open Vad1mo opened 4 years ago

Vad1mo commented 4 years ago

I wanted to add rancher rio to an existing productive k8s cluster which has already linkerd, cert-manager installed. I want to use rio with linkerd/cert-manager but don't actually want rio to install those.

After installing rancher rio with rio install --disable-features "linkerd, rdns, letsencrypt"

yuregir commented 3 years ago

I am experiencing the same issue, I had to create wildcard certs by hand in another namespace, and copy to rio-system namespace, In 0.7 version everything was working as expected.

I am using this clusterDomain.yaml

image

This is temporary fix I found, I hope this will be fixed soon.