Skip to content

Commit

Permalink
Update operator instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gkosaka committed Feb 29, 2024
1 parent e026256 commit ca0ba3a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions user/pages/02.deploying/01.production/02.operators/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ oc delete rolebinding -n neuvector system:openshift:scc:privileged
<code>
oc new-project neuvector</code></pre></li>

<li>Apply security context constraint (SCC) to grant default service account in neuvector namespace to run privileged containers.
<pre>
<code>
oc adm policy add-scc-to-user privileged --serviceaccount default --namespace neuvector</code></pre></li>

<li>Install the RedHat Certified Operator from the Operator Hub
<p><ul>
<li>- In the OpenShift Console UI, navigate to OperatorHub</li>
Expand Down Expand Up @@ -155,11 +150,6 @@ Upgrade the NeuVector version by updating the Operator version which is associat
oc new-project neuvector</code></pre>
</li>

<li>Apply security context constraint (SCC) to grant default service account in neuvector namespace to run privileged containers.
<pre>
<code>
oc adm policy add-scc-to-user privileged --serviceaccount default --namespace neuvector</code></pre>
</li>

<li>Install the NeuVector Community Operator from the Operator Hub
<p><ul>
Expand Down

0 comments on commit ca0ba3a

Please sign in to comment.