File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
app-dev/devops-and-containers/oke/oke-policies Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -134,4 +134,13 @@ ALLOW any-user to manage public-ips in TENANCY where ALL {request.principal.type
134
134
135
135
```
136
136
Allow any-user to use network-security-groups in compartment <network-compartment-ocid> where all { request.principal.id = '<cluster-ocid>' }
137
- ```
137
+ ```
138
+
139
+ ### USE A STATICALLY PROVISIONED SNAPSHOT WHEN IT IS IN A DIFFERENT COMPARTMENT
140
+
141
+ [ https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV-PV_From_Snapshot_CSI__section_volume-snapshot-prerequisites ] ( https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV-PV_From_Snapshot_CSI__section_volume-snapshot-prerequisites )
142
+
143
+ ```
144
+ ALLOW any-user to manage volume-backups in compartment <compartment-name> where request.principal.type = 'cluster'
145
+ ALLOW any-user to use volumes in compartment <compartment-name> where request.principal.type = 'cluster'
146
+ ```
You can’t perform that action at this time.
0 commit comments