Using the default
service account prevents accurate application
rights review and audit tracing. Instead of default
, create
a new and unique service account with the following command:
$ oc create sa service_account_name
where service_account_name is the name of a service account
that is needed in the project namespace.