Skip to content

Commit 2d27fbf

Browse files
authored
Add copy to private repo docu (#1101)
Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent 0b2fb76 commit 2d27fbf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs-source/site/docs/setup/obtaining.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The installation package is in the [helm](http://tbd) directory which contains
88

99
```text
1010
.
11+
├── private_repo_helper.sh
1112
├── obaas
1213
├── obaas-db
1314
├── obaas-observability

docs-source/site/docs/setup/prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sidebar_position: 2
77
To install OBaaS 2.0.0-M3, you must meet the following prerequisites:
88

99
- A CNCF-compliant Kubernetes cluster with working storage provider that provides a storage class for RWX PVs, and ingress. Version 1.33.1. At least 3 worker nodes. At least 2 OCPU and 32GB memory per worker node (this allows for ONE installation of OBaaS and some applications. As a general rule of thumb, double the number of worker nodes if you want to install TWO OBaaS instances. You may need more if you want to install additional applications). OKE "quick create/enhanced" cluster recommended.
10-
1110
- An Oracle Database. Must be version 19c or later. If you want to use the AI features, it must be 23ai. Oracle Autonomous Database 23ai ATP with 2 ECPU and 1TB storage with "secure access from anywhere recommended.
11+
- If you plan to use a private image repository, the images must be copied there. OBaaS provides a helper script, `private_repo_helper.sh`, to perform this task.
1212

1313
**Important note:** If your environment does not meet the prerequisites, the installation will fail. Please do not continue with installation until you have confirmed your environment meets the requirements.
1414

docs-source/site/docs/setup/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please note the following known issues in M3:
2727

2828
The next release, 2.0.0-M4 is intended to be available approximately two weeks after M3 and to address some, if not all, of these limitations.
2929

30-
**Important note:** Make sure that you have the correct kubectl config set. You can do this by exporting the KUBECONFIG variable and pointing to the correct config file.
30+
**Important note:** Make sure that you have the correct kubectl config set. You can do this by exporting the `KUBECONFIG` variable and pointing to the correct config file.
3131

3232
### High Level Installation Flow
3333

0 commit comments

Comments
 (0)