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: doc/sharding/provisioning/provisioning_persistent_volume_having_db_gold_image.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ This example uses file `oraclesi.yaml` to provision a single instance Oracle Dat
14
14
In this example, we are using pre-built Oracle Database image available on [Oracle Container Registry](https://container-registry.oracle.com/)
15
15
* To pull the above image from Oracle Container Registry, create a Kubernetes secret named `ocr-reg-cred` using your credentials with type set to `kubernetes.io/dockerconfigjson` in the namespace `shns`.
16
16
* If you plan to use image built by you, you need to change `image` tag with the image you have built in your enviornment in file `oraclesi.yaml`.
17
-
* To understand the Pre-requisite of Database and Global Data Services docker images, refer [Oracle Database and Global Data Services Docker Images](../ORACLE_SHARDING_CONTROLLER_README.md#3-oracle-database-and-global-data-services-docker-images)
17
+
* To understand the Pre-requisite of Database and Global Data Services docker images, refer [Oracle Database and Global Data Services Docker Images](../README.md#3-oracle-database-and-global-data-services-docker-images)
18
18
19
-
1. Use this YAML file: [oraclesi.yaml](./doc/sharding/provisioning/oraclesi.yaml) for this use case.
19
+
1. Use this YAML file: [oraclesi.yaml](./oraclesi.yaml) for this use case.
20
20
21
21
Use the following command to deploy the `oraclesi.yaml` file:
22
22
@@ -26,7 +26,7 @@ In this example, we are using pre-built Oracle Database image available on [Orac
26
26
27
27
2. After the Database Deployment is completed, switch to the Single Oracle Database Pod and confirm that the Database Instance is UP and running in RW Mode.
28
28
3. Shut down the database instance cleanly, using `shutdown immediate` from the SQLPLUS Prompt.
29
-
4. For this use case, use the modified file [oraclesi_pvc_commented.yaml](./doc/sharding/provisioning/oraclesi_pvc_commented.yaml). This file is a copy of the file `oraclesi.yaml` but to keep the Persistent Volume claim and delete the database deployment, it has the lines of the Persistent Volume Claim commended out.
29
+
4. For this use case, use the modified file [oraclesi_pvc_commented.yaml](./oraclesi_pvc_commented.yaml). This file is a copy of the file `oraclesi.yaml` but to keep the Persistent Volume claim and delete the database deployment, it has the lines of the Persistent Volume Claim commended out.
30
30
5. Delete all the components provisioned for Single Oracle Database Deployment EXCEPT the Persistent Volume Claim by applying this file:
0 commit comments