https://rancher.com/ logo
Title
c

creamy-crowd-89310

09/19/2022, 7:55 PM
Hi, I couldn't find any site describing how to deploy rancher on kubernetes with cri-o. I get error: Rancher arguments {ACMEDomains:[] AddLocal:true Embedded:false BindHost: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false Trace:false NoCACerts:true AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0 Features: ClusterRegistry:} I couldn't find any solution to deploy it with configuration: kubernetes(1.24)+cri-o ; no matter which certificate I chose eac time I get this message and Rancher crushes
c

creamy-pencil-82913

09/19/2022, 8:51 PM
are you trying to run the Rancher Docker image directly with crio or something? You’re meant to deploy the helm chart to a functioning Kubernetes cluster.
c

creamy-crowd-89310

09/20/2022, 5:59 AM
I'm using helm to install rancher. I use this instruction: https://docs.ranchermanager.rancher.io/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster - tried to install with 1) Rancher-generated TLS certificate and 3) Bring your own certificate. Did I miss something about CRI-o installation?