redhat-performance / openshift-psap

Example roles and yaml files for performance-sensitive applications running on OpenShift
18 stars 14 forks source link

Modify nfd template to mount /sys #6

Closed chaitanyaenr closed 6 years ago

chaitanyaenr commented 6 years ago

This commit mounts /sys on the host into the container. This is needed to find out if selinux is enabled on the host.

chaitanyaenr commented 6 years ago

@jeremyeder PTAL.

chaitanyaenr commented 6 years ago

@jeremyeder the PR which adds support in node-feature-discovery to advertise selinux got merged - https://github.com/kubernetes-incubator/node-feature-discovery/pull/106. This PR is needed to support the change, can we merge it?