# linkerd-crds Linkerd gives you observability, reliability, and security for your microservices — with no code change required. ![Version: 2024.10.1](https://img.shields.io/badge/Version-2024.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) **Homepage:** ## Quickstart and documentation You can run Linkerd on any Kubernetes cluster in a matter of seconds. See the [Linkerd Getting Started Guide][getting-started] for how. For more comprehensive documentation, start with the [Linkerd docs][linkerd-docs]. ## Adding Linkerd's Helm repository ```bash # To add the repo for Linkerd edge releases: helm repo add linkerd https://helm.linkerd.io/edge ``` ## Installing the linkerd-crds chart This installs the `linkerd-crds` chart, which only persists the CRDs that Linkerd requires. After installing this chart, you need then to install the `linkerd-control-plane` chart in the same namespace, which provides all the linkerd core control components. ```bash helm install linkerd-crds -n linkerd --create-namespace linkerd/linkerd-crds ``` ## Get involved * Check out Linkerd's source code at [GitHub][linkerd2]. * Join Linkerd's [user mailing list][linkerd-users], [developer mailing list][linkerd-dev], and [announcements mailing list][linkerd-announce]. * Follow [@linkerd][twitter] on Twitter. * Join the [Linkerd Slack][slack]. [getting-started]: https://linkerd.io/2/getting-started/ [linkerd2]: https://github.com/linkerd/linkerd2 [linkerd-announce]: https://lists.cncf.io/g/cncf-linkerd-announce [linkerd-dev]: https://lists.cncf.io/g/cncf-linkerd-dev [linkerd-docs]: https://linkerd.io/2/overview/ [linkerd-users]: https://lists.cncf.io/g/cncf-linkerd-users [slack]: http://slack.linkerd.io [twitter]: https://twitter.com/linkerd ## Requirements Kubernetes: `>=1.22.0-0` | Repository | Name | Version | |------------|------|---------| | file://../partials | partials | 0.1.0 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | enableHttpRoutes | bool | `true` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)