...
1{{ template "chart.header" . }}
2{{ template "chart.description" . }}
3
4{{ template "chart.versionBadge" . }}
5{{ template "chart.typeBadge" . }}
6{{ template "chart.appVersionBadge" . }}
7
8{{ template "chart.homepageLine" . }}
9
10## Quickstart and documentation
11
12You can run Linkerd on any Kubernetes cluster in a matter of seconds. See
13the [Linkerd Getting Started Guide][getting-started] for how.
14
15For more comprehensive documentation, start with the [Linkerd
16docs][linkerd-docs].
17
18## Prerequisite: Linkerd Core Control-Plane
19
20Before installing the Linkerd Jaeger extension, The core control-plane has to
21be installed first by following the [Linkerd Install
22Guide](https://linkerd.io/2/tasks/install/).
23
24## Adding Linkerd's Helm repository
25
26```bash
27# To add the repo for Linkerd edge releases:
28helm repo add linkerd https://helm.linkerd.io/edge
29```
30
31## Installing the Jaeger Extension Chart
32
33### Helm v3
34
35```bash
36helm install linkerd-jaeger -n linkerd-jaeger --create-namespace linkerd/linkerd-jaeger
37```
38
39## Get involved
40
41* Check out Linkerd's source code at [GitHub][linkerd2].
42* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
43 list][linkerd-dev], and [announcements mailing list][linkerd-announce].
44* Follow [@linkerd][twitter] on Twitter.
45* Join the [Linkerd Slack][slack].
46
47[getting-started]: https://linkerd.io/2/getting-started/
48[linkerd2]: https://github.com/linkerd/linkerd2
49[linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce
50[linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev
51[linkerd-docs]: https://linkerd.io/2/overview/
52[linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users
53[slack]: http://slack.linkerd.io
54[twitter]: https://twitter.com/linkerd
55
56{{ template "chart.requirementsSection" . }}
57
58{{ template "chart.valuesSection" . }}
59
60{{ template "helm-docs.versionFooter" . }}
View as plain text