Skip to content

Commit 9a5104f

Browse files
committed
Made minor updates to reflect the supported database configurations in v0.2.0
1 parent a18649a commit 9a5104f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Upcoming releases will support new configurations, operations and capabilities.
2626

2727
## Release Status
2828

29-
**CAUTION:** The current release of `OraOperator` (v0.1.0) is for development and test only. DO NOT USE IN PRODUCTION.
29+
**CAUTION:** The current release of `OraOperator` (v0.2.0) is for development and test only. DO NOT USE IN PRODUCTION.
3030

3131
This release can be deployed on the following platforms:
3232

@@ -82,9 +82,11 @@ For more details, see [Oracle Database Operator Installation Instrunctions](./do
8282

8383
The quickstarts are designed for specific database configurations, including:
8484

85+
* [Oracle Autonomous Container Database](./docs/acd/README.md)
8586
* [Oracle Autonomous Database](./docs/adb/README.md)
8687
* [Oracle Database Single Instance configuration](./docs/sidb/README.md)
8788
* [Oracle Database configured with Oracle Sharding](./docs/sharding/README.md)
89+
* [Oracle On-Premises Database](./docs/onpremdb/README.md)
8890
* [Oracle Database Cloud Services](./docs/dbcs/README.md)
8991

9092
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
@@ -101,6 +103,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
101103
kubectl delete singleinstancedatabase.database.oracle.com --all -n <namespace>
102104
kubectl delete shardingdatabase.database.oracle.com --all -n <namespace>
103105
kubectl delete autonomousdatabase.database.oracle.com --all -n <namespace>
106+
104107
```
105108

106109
After all CRD instances are deleted, it is safe to remove the CRDs, APISerivces and operator deployment.
@@ -119,7 +122,7 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
119122
kubectl delete deployment.apps/oracle-database-operator-controller-manager -n oracle-database-operator-system
120123
```
121124

122-
## Documentation
125+
## Docs of the supported Oracle Database configurations
123126

124127
* [Oracle Autonomous Database](https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm)
125128
* [Oracle Database Single Instance](https://docs.oracle.com/en/database/oracle/oracle-database/)

0 commit comments

Comments
 (0)