-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💚 ♻️ Add Con-Bench helm chart to the Vald charts (#2388)
Signed-off-by: vankichi <[email protected]>
- Loading branch information
Showing
10 changed files
with
78 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
# vald-benchmark-operator | ||
# Vald Benchmark Operator | ||
|
||
![Version: v1.7.5](https://img.shields.io/badge/Version-v1.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) | ||
This is a Helm chart to install `vald-benchmark-operator`. | ||
|
||
A benchmark operator for benchmarking the Vald cluster. | ||
Current chart version is `v1.7.11` | ||
|
||
**Homepage:** <https://vald.vdaas.org> | ||
## Table of Contents | ||
|
||
## Maintainers | ||
- [Install](#install) | ||
- [Configuration](#configuration) | ||
|
||
| Name | Email | Url | | ||
| -------- | -------------------- | --- | | ||
| kpango | <[email protected]> | | | ||
| vankichi | <[email protected]> | | | ||
| kmrmt | <[email protected]> | | | ||
## Install | ||
|
||
## Source Code | ||
Add Vald Helm repository | ||
|
||
- <https://github.com/vdaas/vald> | ||
$ helm repo add vald https://vald.vdaas.org/charts | ||
|
||
## Values | ||
Run the following command to install the chart, | ||
|
||
$ helm install vald-benchmark-operator vald/vald-benchmark-operator | ||
|
||
## Configuration | ||
|
||
| Key | Type | Default | Description | | ||
| ----------------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- | | ||
| affinity | object | `{}` | affinity | | ||
| annotations | object | `{}` | deployment annotations | | ||
| image.pullPolicy | string | `"Always"` | image pull policy | | ||
| image.repository | string | `"vdaas/vald-benchmark-operator"` | job image repository | | ||
| image.tag | string | `"v1.7.5"` | image tag for job docker image | | ||
| image.tag | string | `"v1.7.11"` | image tag for job docker image | | ||
| job_image.pullPolicy | string | `"Always"` | | | ||
| job_image.repository | string | `"vdaas/vald-benchmark-job"` | | | ||
| job_image.tag | string | `"v1.7.5"` | | | ||
| job_image.tag | string | `"v1.7.11"` | | | ||
| logging.format | string | `"raw"` | logging format. logging format must be `raw` or `json` | | ||
| logging.level | string | `"debug"` | logging level. logging level must be `debug`, `info`, `warn`, `error` or `fatal`. | | ||
| logging.logger | string | `"glg"` | logger name. currently logger must be `glg` or `zap`. | | ||
|
@@ -180,7 +181,3 @@ A benchmark operator for benchmarking the Vald cluster. | |
| time_zone | string | `""` | time_zone | | ||
| tolerations | list | `[]` | tolerations | | ||
| version | string | `"v0.0.0"` | version of benchmark-operator config | | ||
|
||
--- | ||
|
||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Vald Benchmark Operator | ||
=== | ||
|
||
This is a Helm chart to install `vald-benchmark-operator`. | ||
|
||
|
||
Current chart version is `{{ template "chart.version" . }}` | ||
|
||
Table of Contents | ||
--- | ||
|
||
- [Install](#install) | ||
- [Configuration](#configuration) | ||
|
||
Install | ||
--- | ||
|
||
Add Vald Helm repository | ||
|
||
$ helm repo add vald https://vald.vdaas.org/charts | ||
|
||
Run the following command to install the chart, | ||
|
||
$ helm install vald-benchmark-operator vald/vald-benchmark-operator | ||
|
||
Configuration | ||
--- | ||
|
||
{{ template "chart.valuesTable" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters