This message was deleted.
# general
a
This message was deleted.
p
Does this even work? Is anyone running Rancher on RKE2 w/CIS Profile v1.23?
c
what version of rancher, and what version of rke2?
p
Rancher v2.73 and RKE2 v1.25.9~rke2r1 (RPM)
c
Was that a terminal error, or was it successfully created after a retry? It's possible the pod just got deployed before the priorityclass was created.
Might help to mention the rancher Helm Chart options too
p
As far as I could tell, the deployment never completed. I never saw any rancher pods being deployed.
I deployed with the following options to the chart: • bootstrapPassword • global.cattle.psp.enabled: false • hostname: <tls_san> • ingress.tls.source: “secret” • privateCA: true • replicas: 1 (single rke node for testing) • systemDefaultRegistry: <private registry> I also found Rancher #37927 and tried to add priorityClassName=“system-node-critical” but that failed in a different way… Failed the Pod Security Admission Controller…