You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/openshift-faq.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,15 @@ Yes. You can restrict which Azure AD users can sign in to a cluster by configuri
60
60
61
61
## Can I restrict users from creating projects?
62
62
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:
64
64
65
-
<pre><code>
65
+
```
66
66
oc adm policy \
67
67
remove-cluster-role-from-group self-provisioner \
68
68
system:authenticated:oauth
69
-
</code></pre>
69
+
```
70
70
71
-
See OpenShift Documentation on [disabling selfprovisioning](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).
72
72
73
73
## Can a cluster have compute nodes across multiple Azure regions?
0 commit comments