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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,21 +108,21 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
108
108
109
109
- Easily provision a new database instance on **minikube** using [singleinstancedatabase_minikube.yaml](../../config/samples/sidb/singleinstancedatabase_minikube.yaml) by the following one command.
singleinstancedatabase.database.oracle.com/sidb-sample created
115
+
```
116
116
117
117
- Provision a new database instance on any K8s cluster by specifying appropriate values forthe attributesin the [singleinstancedatabase.yaml](../../config/samples/sidb/singleinstancedatabase.yaml) and running the following command:
118
118
119
-
```sh
120
-
$ kubectl create -f singleinstancedatabase.yaml
121
-
122
-
singleinstancedatabase.database.oracle.com/sidb-sample created
123
-
```
119
+
```sh
120
+
$ kubectl create -f singleinstancedatabase.yaml
121
+
122
+
singleinstancedatabase.database.oracle.com/sidb-sample created
123
+
```
124
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/)
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