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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,3 +161,45 @@ Refer to [upstream OpenShift docs](https://docs.openshift.com/container-platform
161
161
Azure Red Hat OpenShift supports VNET peering and allows the customer to provide a VNET to peer with and a VNET CIDR in which the OpenShift network will operate.
162
162
163
163
The VNET created by ARO will be protected and will not accept configuration changes. The VNET that is peered is controlled by the customer and resides in their subscription.
164
+
165
+
## Does the cluster reside in a customer subscription?
166
+
167
+
The Azure Managed Application lives in a locked Resource Group with the customer subscription. Customer can view objects in that RG but not modify.
168
+
169
+
## Is the SDN module configurable?
170
+
171
+
SDN is openshift-ovs-networkpolicy and is not configurable.
172
+
173
+
## Which UNIX rights (in IaaS) are available for Masters/Infra/App Nodes?
174
+
175
+
Not applicable to this offering. Node access is forbidden.
176
+
177
+
## Which OCP rights do we have? Cluster-admin? Project-admin?
178
+
179
+
For details, see the Azure Red Hat OpenShift [cluster administration overview](https://docs.openshift.com/aro/admin_guide/index.html).
180
+
181
+
## Which kind of federation with LDAP?
182
+
183
+
This would be achieved via Azure AD integration.
184
+
185
+
## Is there any element in ARO shared with other customers? Or is everything independent?
186
+
187
+
Each Azure Red Hat OpenShift cluster is dedicated to a given customer and lives within the customer's subscription.
188
+
189
+
## Can we choose any persistent storage solution. OCS?
190
+
191
+
Two storage classes are available to select from: Azure Disk and Azure File.
192
+
193
+
## How is a cluster updated (including majors and minors due to vulnerabilities)?
194
+
195
+
See [What is the general upgrade process?](https://docs.microsoft.com/azure/openshift/openshift-faq#what-is-the-general-upgrade-process)
196
+
197
+
## What Azure Load balancer is used by ARO? Is it Standard or Basic and is it configurable?
198
+
199
+
ARO uses Standard Azure Load Balancer, and it is not configurable.
200
+
201
+
## Can ARO use NetApp-based storage?
202
+
203
+
At the moment the only supported storage options are Azure Disk and Azure File storage classes.
0 commit comments