You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line with the "Principle of least privilege", add
readOnlyRootFilesystem to the NTO operand's container securityContext.
Key changes:
* NTO's operand daemonset sets the readOnlyRootFilesystem container
securityContext.
* /tmp is symlinked to /run/ocp-tuned and the directory ownership is set
to the operator ID. This allows:
* the operand's TuneD daemon writing temporary files when using profiles
such as the cpu-partitioning profile.
* Make /var/lib/tuned directory persistent on the host.
* Change the ocp-tuned-one-shot systemd service to mount the hosts's
persistent host /var/lib/{ocp-,}tuned directories to
/host/var/lib/{ocp-,}tuned to simplify the operand code.
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/extra-ctrcfg/openshift-bootstrap-master_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/extra-ctrcfg/openshift-bootstrap-worker_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/extra-mcp/openshift-bootstrap-master_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/extra-mcp/openshift-bootstrap-worker_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/no-mcp/openshift-bootstrap-master_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/bootstrap/no-mcp/openshift-bootstrap-worker_machineconfig.yaml
Copy file name to clipboardExpand all lines: test/e2e/performanceprofile/testdata/render-expected-output/default/cpuFrequency/manual_machineconfig.yaml
0 commit comments