Hi, guys I am trying to deploy rancher v2.0.7 on o...
# general
r
Hi, guys I am trying to deploy rancher v2.0.7 on our slef-hosted k8s cluster. below is my values.yaml file:
Copy code
ingress
  enabled: false
tls:
  external
our k8s cluster has istio on it, so I want to expose rancher service by istio VirtualService, that's why I disabled ingress. but rancher pod failed to start, here is some error message:
Copy code
panic: creating CRD store the server could not find requested resource
What CRD rancher server trying to create? and why ? can anyone help?
s
if you mean v2.7.0, that's been EOL since Nov 2024. if you really did mean v2.0.7, that's been EOL for... a bit longer. Best to start with the latest rancher, which is currently v2.12.0.
b
Caveat: there are issues awaiting resolution if you want to install the monitoring tools with 2.12.0, a resurrection of an old bug.
r
thanks! I will upgrade to v2.12.0 is certmanager optional for rancher ?
b
We've installed certmanager manually, I don't think there's an integrated app for it.
h
r
the doc says: when
ingress.tls.source=secret
cert manager is not required, so it's confusing for me what will happen when I disable ingress completely
if rancher will try to create cert manager's CRDs, when
ingress.tls.source != secret
, even with
ingress.eabled=false
, I think it's not reasonable