Skip to content

Commit fde1fed

Browse files
authored
public repo edits
1 parent f33130a commit fde1fed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/openshift-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Yes. You can restrict which Azure AD users can sign in to a cluster by configuri
6060

6161
## Can I restrict users from creating projects?
6262

63-
Yes. Login to your cluster as an Azure Red Hat OpenShift administrator and execute this command:
63+
Yes. Log in to your cluster as an Azure Red Hat OpenShift administrator and execute this command:
6464

65-
<pre><code>
65+
```
6666
oc adm policy \
6767
remove-cluster-role-from-group self-provisioner \
6868
system:authenticated:oauth
69-
</code></pre>
69+
```
7070

71-
See OpenShift Documentation on [disabling self provisioning](https://docs.openshift.com/container-platform/3.11/admin_guide/managing_projects.html#disabling-self-provisioning) for more detail.
71+
For more information, see the OpenShift documentation on [disabling self-provisioning](https://docs.openshift.com/container-platform/3.11/admin_guide/managing_projects.html#disabling-self-provisioning).
7272

7373
## Can a cluster have compute nodes across multiple Azure regions?
7474

0 commit comments

Comments
 (0)