@@ -26,7 +26,7 @@ Upcoming releases will support new configurations, operations and capabilities.
26
26
27
27
## Release Status
28
28
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.
30
30
31
31
This release can be deployed on the following platforms:
32
32
@@ -82,9 +82,11 @@ For more details, see [Oracle Database Operator Installation Instrunctions](./do
82
82
83
83
The quickstarts are designed for specific database configurations, including:
84
84
85
+ * [ Oracle Autonomous Container Database] ( ./docs/acd/README.md )
85
86
* [ Oracle Autonomous Database] ( ./docs/adb/README.md )
86
87
* [ Oracle Database Single Instance configuration] ( ./docs/sidb/README.md )
87
88
* [ Oracle Database configured with Oracle Sharding] ( ./docs/sharding/README.md )
89
+ * [ Oracle On-Premises Database] ( ./docs/onpremdb/README.md )
88
90
* [ Oracle Database Cloud Services] ( ./docs/dbcs/README.md )
89
91
90
92
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/).
101
103
kubectl delete singleinstancedatabase.database.oracle.com --all -n < namespace>
102
104
kubectl delete shardingdatabase.database.oracle.com --all -n < namespace>
103
105
kubectl delete autonomousdatabase.database.oracle.com --all -n < namespace>
106
+
104
107
```
105
108
106
109
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/).
119
122
kubectl delete deployment.apps/oracle-database-operator-controller-manager -n oracle-database-operator-system
120
123
```
121
124
122
- ## Documentation
125
+ ## Docs of the supported Oracle Database configurations
123
126
124
127
* [ Oracle Autonomous Database] ( https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm )
125
128
* [ Oracle Database Single Instance] ( https://docs.oracle.com/en/database/oracle/oracle-database/ )
0 commit comments