...
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 the
13[Linkerd Getting Started Guide][getting-started] for how.
14
15For more comprehensive documentation, start with the [Linkerd
16docs][linkerd-docs].
17
18## Adding Linkerd's Helm repository
19
20```bash
21# To add the repo for Linkerd edge releases:
22helm repo add linkerd https://helm.linkerd.io/edge
23```
24
25## Installing the linkerd-crds chart
26
27This installs the `linkerd-crds` chart, which only persists the CRDs that
28Linkerd requires.
29
30After installing this chart, you need then to install the
31`linkerd-control-plane` chart in the same namespace, which provides all the
32linkerd core control components.
33
34```bash
35helm install linkerd-crds -n linkerd --create-namespace linkerd/linkerd-crds
36```
37
38## Get involved
39
40* Check out Linkerd's source code at [GitHub][linkerd2].
41* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
42 list][linkerd-dev], and [announcements mailing list][linkerd-announce].
43* Follow [@linkerd][twitter] on Twitter.
44* Join the [Linkerd Slack][slack].
45
46[getting-started]: https://linkerd.io/2/getting-started/
47[linkerd2]: https://github.com/linkerd/linkerd2
48[linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce
49[linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev
50[linkerd-docs]: https://linkerd.io/2/overview/
51[linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users
52[slack]: http://slack.linkerd.io
53[twitter]: https://twitter.com/linkerd
54
55{{ template "chart.requirementsSection" . }}
56
57{{ template "chart.valuesSection" . }}
58
59{{ template "helm-docs.versionFooter" . }}
View as plain text