...

Text file src/github.com/linkerd/linkerd2/viz/charts/linkerd-viz/README.md.gotmpl

Documentation: github.com/linkerd/linkerd2/viz/charts/linkerd-viz

     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## Prerequisite: Linkerd Core Control-Plane
    19
    20Before installing the Linkerd Viz 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 Viz Extension Chart
    32
    33```bash
    34helm install linkerd-viz -n linkerd-viz --create-namespace linkerd/linkerd-viz
    35```
    36
    37## Get involved
    38
    39* Check out Linkerd's source code at [GitHub][linkerd2].
    40* Join Linkerd's [user mailing list][linkerd-users], [developer mailing
    41  list][linkerd-dev], and [announcements mailing list][linkerd-announce].
    42* Follow [@linkerd][twitter] on Twitter.
    43* Join the [Linkerd Slack][slack].
    44
    45[getting-started]: https://linkerd.io/2/getting-started/
    46[linkerd2]: https://github.com/linkerd/linkerd2
    47[linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce
    48[linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev
    49[linkerd-docs]: https://linkerd.io/2/overview/
    50[linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users
    51[slack]: http://slack.linkerd.io
    52[twitter]: https://twitter.com/linkerd
    53
    54{{ template "chart.requirementsSection" . }}
    55
    56{{ template "chart.valuesSection" . }}
    57
    58{{ template "helm-docs.versionFooter" . }}

View as plain text