Skip to content

Commit 712acf1

Browse files
author
Mahi0911
committed
Changed sanple yamls
1 parent 778aaf6 commit 712acf1

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Upcoming releases will support new configurations, operations and capabilities.
3030

3131
This release can be deployed on the following platforms:
3232

33-
* [Minikube](https://minikube.sigs.k8s.io/docs/) with version v1.21.0 or later
3433
* [Oracle Container Engine for Kubernetes (OKE)](https://www.oracle.com/cloud-native/container-engine-kubernetes/) with Kubernetes 1.17 or later
3534
* In an on-premises [Oracle Linux Cloud Native Environment(OLCNE)](https://docs.oracle.com/en/operating-systems/olcne/) 1.3 or later
35+
* [Minikube](https://minikube.sigs.k8s.io/docs/) with version v1.21.0 or later
3636

3737
In upcoming releases, the operator will be certified against third-party Kubernetes clusters.
3838

config/samples/sidb/singleinstancedatabase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959

6060
## size : Minimum size of pvc | class : PVC storage Class
6161
## AccessMode can only accept one of ReadWriteOnce, ReadWriteMany
62-
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types for persistent volumes.
62+
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types of persistent volumes.
6363
persistence:
6464
size: 100Gi
6565
storageClass: "oci"

config/samples/sidb/singleinstancedatabase_clone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232

3333
## size : Minimum size of pvc | class : PVC storage Class
3434
## AccessMode can only accept one of ReadWriteOnce, ReadWriteMany
35-
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types for persistent volumes.
35+
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types of persistent volumes.
3636
persistence:
3737
size: 100Gi
3838
storageClass: "oci"

config/samples/sidb/singleinstancedatabase_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727

2828
## size : Minimum size of pvc | class : PVC storage Class
2929
## AccessMode can only accept one of ReadWriteOnce, ReadWriteMany
30-
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types for persistent volumes.
30+
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types of persistent volumes.
3131
persistence:
3232
size: 100Gi
3333
storageClass: "oci"

config/samples/sidb/singleinstancedatabase_prov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525

2626
## size : Minimum size of pvc | class : PVC storage Class
2727
## AccessMode can only accept one of ReadWriteOnce, ReadWriteMany
28-
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types for persistent volumes.
28+
## Below mentioned storageClass/accessMode applies to OCI block volumes. Update appropriately for other types of persistent volumes.
2929
persistence:
3030
size: 100Gi
3131
storageClass: "oci"

docs/sidb/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
114114
singleinstancedatabase.database.oracle.com/sidb-sample created
115115
```
116116

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:
117+
- Provision a new database instance on any k8s cluster by specifying appropriate values for the attributes in the [singleinstancedatabase.yaml](../../config/samples/sidb/singleinstancedatabase.yaml), and running the following command:
118118

119119
```sh
120120
$ kubectl create -f singleinstancedatabase.yaml
@@ -124,7 +124,6 @@ Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISI
124124

125125
**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/)
126126

127-
128127

129128
* ### Creation Status
130129

0 commit comments

Comments
 (0)