2.5 KiB
linkerd-crds
Linkerd gives you observability, reliability, and security for your microservices — with no code change required.
Homepage: https://linkerd.io
Quickstart and documentation
You can run Linkerd on any Kubernetes 1.21+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.
For more comprehensive documentation, start with the Linkerd docs.
Adding Linkerd's Helm repository
# To add the repo for Linkerd stable releases:
helm repo add linkerd https://helm.linkerd.io/stable
# To add the repo for Linkerd edge releases:
helm repo add linkerd-edge https://helm.linkerd.io/edge
The following instructions use the linkerd repo. For installing an edge
release, just replace with linkerd-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.
helm install linkerd-crds -n linkerd --create-namespace linkerd/linkerd-crds
Get involved
- Check out Linkerd's source code at GitHub.
- Join Linkerd's user mailing list, developer mailing list, and announcements mailing list.
- Follow @linkerd on Twitter.
- Join the Linkerd Slack.
Requirements
Kubernetes: >=1.21.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.11.0