Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote!

It is important that you explicitly set up the SCC with the following strategies:

  • RunAsAny for RUNASUSER

  • RunAsAny for FSGROUP

You should also bind your SCC to a Service Account for Openshift. To point into Usage Engine into using your defined Service Account, you can modify the serviceAccountName properties in the values.yaml file to your own.

...

Warning
titleWarning!

You are required to give your Service Account Name the nonroot access access to allow for the installation of the Usage Engine. You may use the following command to grant the nonroot access to your Service Account Name.

Code Block
oc adm policy add-scc-to-user nonroot -z <service account name> -n <namespace>


...