Description of problem:
/var/log/etcd/etcd-health-probe.log exist on control plane node, but we only touch it in code:
https://github.com/openshift/cluster-etcd-operator/blob/master/bindata/etcd/pod.yaml#L26
etcd's /var/log/etcd/etcd-health-probe.log be though audit log, because there are audit log in same directory tree for apiserver and auth:
/var/log/kube-apiserver/audit-2024-03-21T04-27-49.470.log
/var/log/oauth-server/audit.log
etcd-health-probe.log will bring some misunderstanding to user
How reproducible:always
Steps to Reproduce:
1. login control plane node
2. check /var/log/etcd/etcd-health-probe.log
3. the file size is always zero
Actual results:
Expected results:remove this file in code/don't touch this file
Additional info:
- depends on
-
OCPBUGS-32952 etcd-health-probe.log need to be deprecated on control plane node
-
- Closed
-
- links to
-
RHBA-2024:2789
OpenShift Container Platform 4.14.z bug fix update