Skip to content

Commit 13ef867

Browse files
author
mmahipal
committed
Revernt changes to Operator Installation
1 parent 881877e commit 13ef867

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/installation/OPERATOR_INSTALLATION_README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,17 @@ If you encounter an issue with these steps, then refer to the more detailed step
5757
Clone the [oracle-database-operator](https://github.com/oracle/oracle-database-operator) on your local machine
5858

5959
## Review and modify the Cloned Repository
60-
Make changes as needed to the repository.
60+
Make changes as needed to the repository.
6161

62-
## Build and push the Operator image
62+
If you want to run the operator locally outside the cluster, then run the following steps:
63+
64+
```sh
65+
cd oracle-database-operator
66+
make generate
67+
make manifests
68+
make install run
69+
```
70+
If you want to run the operator inside the cluster, then run the following steps:
6371

6472
```sh
6573
cd oracle-database-operator

0 commit comments

Comments
 (0)