Skip to content

Commit b206ee0

Browse files
authored
Merge pull request #1614 from oracle-devrel/alcampag-patch-1
Update oke policies.md
2 parents 219a88a + 4d13089 commit b206ee0

File tree

1 file changed

+10
-1
lines changed
  • app-dev/devops-and-containers/oke/oke-policies

1 file changed

+10
-1
lines changed

app-dev/devops-and-containers/oke/oke-policies/policies.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,13 @@ ALLOW any-user to manage public-ips in TENANCY where ALL {request.principal.type
134134

135135
```
136136
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+
```

0 commit comments

Comments
 (0)