Skip to content

Commit 6be66cc

Browse files
Renamed to README.md and fixed broken links
1 parent 715a1c7 commit 6be66cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/sidb/ORACLE_SIDB_CONTROLLER_README.md renamed to doc/sidb/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Oracle Database Operator for Kubernetes
1+
# Managing Oracle Single Instance Databases with Oracle Database Operator for Kubernetes
22

33
Oracle Database Operator for Kubernetes (the operator) includes the Single Instance Database Controller that enables provisioning, cloning, and patching of Oracle Single Instance Databases on Kubernetes. The following sections explain the setup and functionality of the operator
44

5-
* [Prerequisites](ORACLE_SIDB_CONTROLLER_README.md#prerequisites-and-setup)
6-
* [Kind SingleInstanceDatabase](ORACLE_SIDB_CONTROLLER_README.md#kind-singleinstancedatabase)
7-
* [Provision New Database](ORACLE_SIDB_CONTROLLER_README.md#provision-new-database)
8-
* [Clone Existing Database](ORACLE_SIDB_CONTROLLER_README.md#clone-existing-database)
9-
* [Patch/Rollback Database](ORACLE_SIDB_CONTROLLER_README.md#patchrollback-database)
5+
* [Prerequisites](README.md#prerequisites)
6+
* [Kind SingleInstanceDatabase Resource](README.md#kind-singleinstancedatabase-resource)
7+
* [Provision New Database](README.md#provision-new-database)
8+
* [Clone Existing Database](README.md#clone-existing-database)
9+
* [Patch/Rollback Database](README.md#patchrollback-database)
1010

1111

1212
## Prerequisites
@@ -21,7 +21,7 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
2121

2222
For the use cases detailed below a sample .yaml file is available at
2323
* Enterprise, Standard Editions
24-
[config/samples/singleinstancedatabase.yaml](config/samples/singleinstancedatabase.yaml)
24+
[config/samples/singleinstancedatabase.yaml](./../../config/samples/singleinstancedatabase.yaml)
2525

2626
**Note:** The `adminPassword` field of the above `singleinstancedatabase.yaml` yaml contains a secret for Single Instance Database creation (Provisioning a new database or cloning an existing database). This secret gets deleted after the database pod becomes ready for security reasons.
2727

@@ -244,7 +244,7 @@ $ kubectl get singleinstancedatabase/sidb-sample --template={{.status.status}}
244244

245245
* ### Out of Place
246246

247-
Clone your source database using the method of [cloning existing database](ORACLE_SIDB_OPERATOR_README.md#clone-existing-database) and specify a new release version/image for the
247+
Clone your source database using the method of [cloning existing database](README.md#clone-existing-database) and specify a new release version/image for the
248248
cloned database. Use this method to enusure there are no patching related issues impacting your database performance/functionality
249249

250250
* ### Datapatch status

0 commit comments

Comments
 (0)