Replace Addons section with Extensions in main chart README (#5714)

Fixes #5704
This commit is contained in:
Alejandro Pedraza 2021-02-11 09:20:27 -05:00 committed by GitHub
parent 8f2d01c5c0
commit e887cc79ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 19 deletions

View File

@ -100,17 +100,19 @@ helm install \
[slack]: http://slack.linkerd.io [slack]: http://slack.linkerd.io
[twitter]: https://twitter.com/linkerd [twitter]: https://twitter.com/linkerd
## Addons for linkerd ## Extensions for Linkerd
For the linkerd application there are some addons that can be configured. The The current chart installs the core Linkerd components, which grant you
documentation for the configurations of the addons can be found in their reliability and security features. Other functionality is available through
respective readme.md extensions. Check the corresponding docs for each one of the following
extensions:
[Prometheus](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/prometheus/README.md) * Observability:
[Linkerd-viz](https://github.com/linkerd/linkerd2/blob/main/viz/charts/linkerd-viz/README.md)
[Grafana](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/grafana/README.md) * Multicluster:
[Linkerd-multicluster](https://github.com/linkerd/linkerd2/blob/main/multicluster/charts/linkerd-multicluster/README.md)
[Tracing](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/tracing/README.md) * Tracing:
[Linkerd-jaeger](https://github.com/linkerd/linkerd2/blob/main/jaeger/charts/linkerd-jaeger/README.md)
## Requirements ## Requirements

View File

@ -98,18 +98,19 @@ helm install \
[slack]: http://slack.linkerd.io [slack]: http://slack.linkerd.io
[twitter]: https://twitter.com/linkerd [twitter]: https://twitter.com/linkerd
## Addons for linkerd ## Extensions for Linkerd
For the linkerd application there are some addons that can be configured. The The current chart installs the core Linkerd components, which grant you
documentation for the configurations of the addons can be found in their reliability and security features. Other functionality is available through
respective readme.md extensions. Check the corresponding docs for each one of the following
extensions:
[Prometheus](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/prometheus/README.md)
[Grafana](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/grafana/README.md)
[Tracing](https://github.com/linkerd/linkerd2/blob/main/charts/add-ons/tracing/README.md)
* Observability:
[Linkerd-viz](https://github.com/linkerd/linkerd2/blob/main/viz/charts/linkerd-viz/README.md)
* Multicluster:
[Linkerd-multicluster](https://github.com/linkerd/linkerd2/blob/main/multicluster/charts/linkerd-multicluster/README.md)
* Tracing:
[Linkerd-jaeger](https://github.com/linkerd/linkerd2/blob/main/jaeger/charts/linkerd-jaeger/README.md)
{{ template "chart.requirementsSection" . }} {{ template "chart.requirementsSection" . }}