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/sidb/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Oracle Database Operator for Kubernetes
1
+
# Managing Oracle Single Instance Databases with Oracle Database Operator for Kubernetes
2
2
3
3
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
**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.
27
27
@@ -244,7 +244,7 @@ $ kubectl get singleinstancedatabase/sidb-sample --template={{.status.status}}
244
244
245
245
*### Out of Place
246
246
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
248
248
cloned database. Use this method to enusure there are no patching related issues impacting your database performance/functionality
0 commit comments