Feature Overview (aka. Goal Summary)
The Cluster Node Tuning Operator (NTO) in OpenShift 4.17 is being enhanced with improved security by enforcing the "Principle of Least Privilege" through the addition of a readOnlyRootFilesystem configuration. This change ensures that containers run with a read-only root file system, enhancing the overall security posture by reducing the risk of malicious tampering or accidental changes to the container’s file system.
https://github.com/openshift/cluster-node-tuning-operator/pull/1099
- is related to
-
OCPSTRAT-1699 Configure containers to set readOnlyRootFilesystem to true
- New