Skip to content

Commit

Permalink
fix typo and add overview of guides
Browse files Browse the repository at this point in the history
  • Loading branch information
cn337131 committed Aug 16, 2023
1 parent 77a6af5 commit 3a0dc81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this directory you can find the Dockerfiles and docker compose files for buil
- [Gaffer's JupyterHub Options Server](https://github.com/gchq/gaffer-docker/tree/develop/docker/gaffer-jhub-options-server)
- [Spark](https://github.com/gchq/gaffer-docker/tree/develop/docker/spark-py)

Each directory contains a README with more specific information on what these imates are for and how to build them.
Each directory contains a README with more specific information on what these images are for and how to build them.

Please note that some of these containers will only be useful if utilised by the Helm Charts under Kubernetes, and may not be possible to run on their own.

Expand Down
4 changes: 4 additions & 0 deletions docs/dev/kubernetes-guide/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ To add the gaffer-docker repo to helm run:
```bash
helm repo add gaffer-docker https://gchq.github.io/gaffer-docker
```

## How to Guides

Within this documentation there are also a number of guides to help you deploy Gaffer on Kubernetes. It is important you look at these before you get started as they provide the initial steps for running these applications.

0 comments on commit 3a0dc81

Please sign in to comment.