Skip to content

Commit

Permalink
Add note to enable viewing build logs in minio
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Nov 6, 2024
1 parent 0ce1735 commit c64e765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus-docs/conda-store/how-tos/install-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ kubectl port-forward service/conda-store-server 8080:8080

Then visit via your web browser [http://localhost:8080](http://localhost:8080)

To enable viewing logs, make sure to also port forward the minio service

```shell
kubectl port-forward service/minio 30900:9000
```

For additional configuration options see the [reference guide](../references/configuration-options.md)

A good test that conda-store is functioning properly is to apply the
Expand Down

0 comments on commit c64e765

Please sign in to comment.