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: docs/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
@@ -106,25 +106,25 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
106
106
107
107
## Provision New Database
108
108
109
-
Provision a new database instance by specifying appropriate values for the attributes in the the example `.yaml` file, and running the following command:
109
+
- Quickly Provision a new database instance on **minikube** using the [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml) using following one command.
singleinstancedatabase.database.oracle.com/sidb-sample created
115
115
```
116
116
117
-
**NOTE:** Make sure you have created the required `.spec.adminPassword`[secret](https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/)) and `.spec.persistence`[persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
118
-
119
-
*### Quickly Provision On Minikube
120
-
121
-
Quickly Provision a new database instance on minikube using the [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml)
117
+
- Provision a new database instance on any k8s cluster by specifying appropriate values for the attributes in the the example `.yaml` file, and running the following command:
singleinstancedatabase.database.oracle.com/sidb-sample created
127
123
```
124
+
125
+
**NOTE:** Make sure you have created the required `.spec.adminPassword`[secret](https://kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-kubectl/)) and `.spec.persistence`[persistent volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
0 commit comments