Skip to content

Commit 8c46eff

Browse files
committed
added a policy + fixed typo
1 parent ee3e963 commit 8c46eff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app-dev/devops-and-containers/ocir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The script will create all the required repository. But be sure to configure REM
1212

1313
The same script is also available if you want to mirror explicitly some images, by running:
1414
```bash
15-
./mirror-ocir-sh -i image1,image2
15+
./mirror-ocir.sh -i image1,image2
1616
```

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,12 @@ If the compartment to which a node pool, worker node subnet, file system, or mou
172172
ALLOW any-user to manage file-family in TENANCY where request.principal.type = 'cluster'
173173
ALLOW any-user to use virtual-network-family in TENANCY where request.principal.type = 'cluster'
174174
```
175+
176+
### Replace boot volume /Reboot instance through Kubernetes API when using a custom image
177+
178+
[https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/replace-boot-volume-worker-node-top.htm](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/replace-boot-volume-worker-node-top.htm)
179+
[https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/reboot-worker-node-top.htm](https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/reboot-worker-node-top.htm)
180+
181+
```
182+
ALLOW any-user to read instance-images in TENANCY where request.principal.type = 'cluster'
183+
```

0 commit comments

Comments
 (0)