Provision Azure Files ReadWriteMany Persistent Volumes on Azure OpenShift: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
=Procedure=
=Procedure=


1. Create a storage account with its dedicated resource group. <font color=darkgray>Why? Why can't we use the OpenShift cluster resource group?</font>. Use this CLI: {{Internal|Azure_Storage_Operations#Create_Storage_Account|Create Storage Account}}
1. Create a storage account with its dedicated resource group. <font color=darkgray>Why? Why can't we use the OpenShift cluster resource group?</font>. Use this: {{Internal|Azure_Storage_Operations#Create_Storage_Account|Create Storage Account}}
 
2. Give the OpenShift service principal "listKey" permission on the new storage account resource group. Assign the "Contributor" role to achieve this.

Revision as of 20:29, 25 November 2020

External

Internal

Procedure

1. Create a storage account with its dedicated resource group. Why? Why can't we use the OpenShift cluster resource group?. Use this:

Create Storage Account

2. Give the OpenShift service principal "listKey" permission on the new storage account resource group. Assign the "Contributor" role to achieve this.