Skip to content

Commit 2e7b98c

Browse files
committed
Update PREREQUISITES.md
1 parent 2bdae3f commit 2e7b98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sidb/PREREQUISITES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To deploy Oracle Database Operator for Kubernetes on Oracle Docker images, compl
66
Build Single Instance Database Docker Images from source, following the instructions at [https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance](https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance), or
77
use the pre-built images available at [https://container-registry.oracle.com](https://container-registry.oracle.com) by signing in and accepting the required license agreement.
88

9-
Oracle Database Releases Supported: Oracle Database 19c Enterprise Edition or Standard Edition, and later releases. Oracle Database 21.3 Express Edition.
9+
Oracle Database Releases Supported: Enterprise and Standard Edition for Oracle Database 19c, and later releases. Express Edition for Oracle Database 21.3 only. Oracle Database Free 23.2.0 and later Free releases
1010

1111
Build Oracle REST Data Service Docker Images from source following the instructions at [https://github.com/oracle/docker-images/tree/main/OracleRestDataServices](https://github.com/oracle/docker-images/tree/main/OracleRestDataServices).
1212
Supported Oracle REST Data Service version is 21.4.2
@@ -19,9 +19,9 @@ To deploy Oracle Database Operator for Kubernetes on Oracle Docker images, compl
1919

2020
* ### Minikube Cluster Environment
2121

22-
By default, Minikube creates a node with 2GB RAM, 2 CPUs, and 20GB disk space when a cluster is created using `minikube start` command. However, these resources (particularly disk space and RAM) may not be sufficient for running and managing Oracle Database using the OraOperator. It is recommended to have larger RAM and disk space for better performance. For example, the following command creates a Minikube cluster with 6GB RAM and 50GB disk space for the Minikube VM:
22+
By default, Minikube creates a node with 2GB RAM, 2 CPUs, and 20GB disk space when a cluster is created using `minikube start` command. However, these resources (particularly disk space and RAM) may not be sufficient for running and managing Oracle Database using the OraOperator. It is recommended to have larger RAM and disk space for better performance. For example, the following command creates a Minikube cluster with 8GB RAM and 100GB disk space for the Minikube VM:
2323

2424
```
25-
minikube start --memory=6g --disk-size=50g
25+
minikube start --memory=8g --disk-size=100g
2626
```
2727

0 commit comments

Comments
 (0)