Signed-off-by: Jim Ma <majinjing3@gmail.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| .helmignore | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
README.md
Dragonfly
Install
Install with Helm 3:
helm install dragonfly https://github.com/dragonfly/Dragonfly2/releases/download/v0.1.0-beta/dragonfly-chart.tgz
Uninstall
$ helm delete dragonfly
release "dragonfly" uninstalled
[TODO] Configuration
The following table lists the configurable parameters of the dragonfly chart, and their default values.
| Parameter | Description | Default |
|---|---|---|
installation.jaeger |
whether enable an all in one jaeger for tracing | false |
Specify each parameter using the --set key=value[,key=value] argument to helm install.
For example:
helm install --namespace dragonfly-system dragonfly https://...
Reference
https://github.com/openkruise/kruise/blob/master/charts/kruise/v0.9.0/README.md