I am reviewing my rke installation:
https://docs.rke2.io/security/cis_self_assessment123#1219
The instruction works, makes sense, but shouldn't I be able to check this by running a kubectl describe po -n kube-system kube-apiserver-{my-ip}
. I did a describe po
on the resource, expecting to see the audit-log-path
, but it was not there. How can I discover this setting if it isn't in the pod description. Is ps
the best way? The only way?