...

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

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

     1# linkerd-crds
     2
     3Linkerd gives you observability, reliability, and security
     4for your microservices — with no code change required.
     5
     6![Version: 0.0.0-undefined](https://img.shields.io/badge/Version-0.0.0--undefined-informational?style=flat-square)
     7![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
     8
     9**Homepage:** <https://linkerd.io>
    10
    11## Quickstart and documentation
    12
    13You can run Linkerd on any Kubernetes cluster in a matter of seconds. See the
    14[Linkerd Getting Started Guide][getting-started] for how.
    15
    16For more comprehensive documentation, start with the [Linkerd
    17docs][linkerd-docs].
    18
    19## Adding Linkerd's Helm repository
    20
    21```bash
    22# To add the repo for Linkerd edge releases:
    23helm repo add linkerd https://helm.linkerd.io/edge
    24```
    25
    26## Installing the linkerd-crds chart
    27
    28This installs the `linkerd-crds` chart, which only persists the CRDs that
    29Linkerd requires.
    30
    31After installing this chart, you need then to install the
    32`linkerd-control-plane` chart in the same namespace, which provides all the
    33linkerd core control components.
    34
    35```bash
    36helm install linkerd-crds -n linkerd --create-namespace linkerd/linkerd-crds
    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## Requirements
    57
    58Kubernetes: `>=1.22.0-0`
    59
    60| Repository | Name | Version |
    61|------------|------|---------|
    62| file://../partials | partials | 0.1.0 |
    63
    64## Values
    65
    66| Key | Type | Default | Description |
    67|-----|------|---------|-------------|
    68| enableHttpRoutes | bool | `true` |  |
    69
    70----------------------------------------------
    71Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)

View as plain text