Skip to content

Commit

Permalink
Sync READMEs from main
Browse files Browse the repository at this point in the history
Signed-off-by: GITHUB_ACTOR <[email protected]>
  • Loading branch information
mosabua committed Dec 4, 2024
1 parent b531a62 commit a32dddd
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Trino Community Kubernetes Helm Charts
A repository of Helm charts for the Trino community. The following charts are
included:

* [Trino](https://trino.io/)
* [Trino Gateway](https://trinodb.github.io/trino-gateway)
* `trino/trino` for [Trino](https://trino.io/)
* `trino/trino-gateway` for [Trino Gateway](https://trinodb.github.io/trino-gateway)

## Usage

Expand All @@ -20,9 +20,19 @@ Once Helm is set up properly, add the repo as follows:
helm repo add trino https://trinodb.github.io/charts/
```

You can then run `helm search repo trino` to see the charts.
Run `helm search repo trino` to see the latest charts with the string `trino` in
the name to get an output similar to the following:

Then you can install chart using:
```
NAME CHART VERSION APP VERSION DESCRIPTION
trino/trino 0.34.0 465 Fast distributed SQL query engine for big data ...
trino/trino-gateway 1.13.0 13 A Helm chart for Trino Gateway
```

Use `helm search repo trino -l` for information about all available versions.

After configuring your Kubernetes cluster, you can install Trino with the chart
`trino/trino` using:

```console
helm install my-trino trino/trino --version 0.34.0
Expand All @@ -34,18 +44,19 @@ Also, you can check the manifests using:
helm template my-trino trino/trino --namespace <YOUR_NAMESPACE>
```

## Documentation

Documentation about the chart values:
Similarly install Trino Gateway with the `trino/trino-gateway` chart.

* [Trino](./charts/trino/README.md)
* [Trino Gateway](./charts/gateway/README.md)
## Documentation

Other chart-related user documentation with more information about the specific
project:
More information about Trino, Trino Gateway, and the charts is available in the
following resources:

* [Trino](https://trino.io/docs/current/installation/kubernetes.html)
* [Trino Gateway](https://trinodb.github.io/trino-gateway/installation/#helm)
* [Trino Kubernetes documentation](https://trino.io/docs/current/installation/kubernetes.html)
* [trino/trino chart configuration](./charts/trino/README.md)
* [Trino documentation](https://trino.io/docs/current/index.html)
* [Trino Gateway Kubernetes documentation](https://trinodb.github.io/trino-gateway/installation/#helm)
* [trino/trino-gatewa chart configuration](./charts/gateway/README.md)
* [Trino Gateway documentation](https://trinodb.github.io/trino-gateway)

## Development

Expand Down

0 comments on commit a32dddd

Please sign in to comment.