Skip to content

Commit

Permalink
Merge pull request #1852 from SanjalKatiyar/fix_readme_s3
Browse files Browse the repository at this point in the history
Update ReadMe (NooBaa Object Browser setup)
  • Loading branch information
openshift-merge-bot[bot] authored Feb 5, 2025
2 parents 3e401e1 + 5ba3f91 commit 07c0486
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,21 @@ By default, it will look for Chrome in the system and use it, but if you want to
To run NooBaa Object Browser in development mode, do the following:

```
oc port-forward $(oc get pods -n openshift-storage | grep noobaa-endpoint | awk '{print $1}') 6001
oc port-forward $(oc get pods -n openshift-storage | grep noobaa-endpoint | awk '{print $1}') 6001 -n openshift-storage
```

#### If running OCP Console as a container:

```
CONSOLE_VERSION=4.18 BRIDGE_PLUGIN_PROXY='{"services":[{"consoleAPIPath":"/api/proxy/plugin/odf-console/s3/","endpoint":"http://localhost:6001"}]}' BRIDGE_PLUGINS='odf-console=http://localhost:9001' PLUGIN=odf yarn dev:c
```

#### If running OCP Console as a server (locally):

```
./bin/bridge -plugins odf-console=http://localhost:9001/ --plugin-proxy='{"services":[{"consoleAPIPath":"/api/proxy/plugin/odf-console/s3/","endpoint":"http://localhost:6001/"}]}'
```

To see the NooBaa S3 logs: `oc logs -f deploy/noobaa-endpoint`

### Debugging with VSCode
Expand Down

0 comments on commit 07c0486

Please sign in to comment.