Skip to content

Commit 0897c07

Browse files
author
mmahipal
committed
Added links to create pv, secret
1 parent 19fa512 commit 0897c07

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/sidb/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
2424

2525
**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.
2626

27+
More info on creating Kubernetes Secret available at [https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/](https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/)
28+
2729
* ### List Databases
2830

2931
```sh

docs/sidb/SIDB_PREREQUISITES.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ To deploy Oracle Database Operator for Kubernetes on Oracle Docker images, compl
1212

1313
Set up an on-premises Kubernetes cluster, or subscribe to a managed Kubernetes service, such as Oracle Cloud Infrastructure Container Engine for Kubernetes, configured with persistent volumes. The persistent volumes are required for storage of the database files.
1414

15+
More info on creating persistent volumes available at [https://kubernetes.io/docs/concepts/storage/persistent-volumes/](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)

0 commit comments

Comments
 (0)