mirror of https://github.com/linkerd/linkerd2.git
Replace Addons section with Extensions in main chart README (#5714)
Fixes #5704
This commit is contained in:
parent
8f2d01c5c0
commit
e887cc79ea
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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" . }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue