linkerd2/jaeger/charts/linkerd-jaeger
Josh Soref 0be792fadc
Spelling (#6215)
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling).

The misspellings have been reported at 0d56327e6f (commitcomment-51603624)

The action reports that the changes in this PR would make it happy: 03a9c310aa

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-06-07 15:16:59 -06:00
..
templates Spelling (#6215) 2021-06-07 15:16:59 -06:00
.helmignore Rename extension charts to linkerd-* (#5552) 2021-01-26 16:20:49 -08:00
Chart.yaml Increase min k8s version to 1.16 (#5741) 2021-02-15 13:03:14 -05:00
README.md Spelling (#6215) 2021-06-07 15:16:59 -06:00
README.md.gotmpl Spelling (#6215) 2021-06-07 15:16:59 -06:00
requirements.lock Rename extension charts to linkerd-* (#5552) 2021-01-26 16:20:49 -08:00
requirements.yaml Rename extension charts to linkerd-* (#5552) 2021-01-26 16:20:49 -08:00
values.yaml Add missing psp for extensions (#6186) 2021-05-31 08:36:50 -05:00

README.md

linkerd-jaeger

The Linkerd-Jaeger extension adds distributed tracing to Linkerd using OpenCensus and Jaeger.

Version: 0.1.0

AppVersion: edge-XX.X.X

Homepage: https://linkerd.io

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.16+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs.

Prerequisite: Linkerd Core Control-Plane

Before installing the Linkerd Jaeger extension, The core control-plane has to be installed first by following the Linkerd Install Guide.

Adding Linkerd's Helm repository

# To add the repo for Linkerd2 stable releases:
helm repo add linkerd https://helm.linkerd.io/stable
# To add the repo for Linkerd2 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 Jaeger Extension Chart

helm install linkerd/linkerd-jaeger

Get involved

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
file://../../../charts/partials partials 0.1.0

Values

Key Type Default Description
collector.enabled bool true Set to false to exclude collector installation
collector.image.name string "omnition/opencensus-collector"
collector.image.pullPolicy string "Always"
collector.image.version string "0.1.11"
collector.jaegerAddr string nil address of the jaeger backend to send traces to
collector.nodeSelector object {"beta.kubernetes.io/os":"linux"} NodeSelector section, See the K8S documentation for more information
collector.tolerations string nil Tolerations section, See the K8S documentation for more information
installNamespace bool true Set to false when installing in a custom namespace.
jaeger.enabled bool true Set to false to exclude all-in-one Jaeger installation
jaeger.image.name string "jaegertracing/all-in-one"
jaeger.image.pullPolicy string "Always"
jaeger.image.version string "1.19.2"
jaeger.nodeSelector object {"beta.kubernetes.io/os":"linux"} NodeSelector section, See the K8S documentation for more information
jaeger.tolerations string nil Tolerations section, See the K8S documentation for more information
linkerdNamespace string "linkerd" Namespace of the Linkerd core control-plane install
linkerdVersion string "linkerdVersionValue"
namespace string "linkerd-jaeger"
nodeSelector object {"beta.kubernetes.io/os":"linux"} Default nodeSelector section, See the K8S documentation for more information
tolerations string nil Default tolerations section, See the K8S documentation for more information
webhook.caBundle string "" if empty, Helm will auto-generate this field, unless externalSecret is set to true.
webhook.collectorSvcAccount string "collector" service account associated with the collector instance
webhook.collectorSvcAddr string "collector.linkerd-jaeger:55678" collector service address for the proxies to send trace data. Points by default to the the linkerd-jaeger collector
webhook.crtPEM string "" if empty, Helm will auto-generate these fields
webhook.externalSecret bool false
webhook.failurePolicy string "Ignore"
webhook.image.name string "cr.l5d.io/linkerd/jaeger-webhook"
webhook.image.pullPolicy string "IfNotPresent"
webhook.image.version string "linkerdVersionValue"
webhook.keyPEM string ""
webhook.logLevel string "info"
webhook.namespaceSelector string nil
webhook.nodeSelector object {"beta.kubernetes.io/os":"linux"} NodeSelector section, See the K8S documentation for more information
webhook.objectSelector string nil
webhook.tolerations string nil Tolerations section, See the K8S documentation for more information

Autogenerated from chart metadata using helm-docs v1.4.0