Skip to content

Commit

Permalink
Updated the Linkerd partner charts to point to edge, added linkerd-cr…
Browse files Browse the repository at this point in the history
…ds. (#984)
  • Loading branch information
southsidedean authored Mar 8, 2024
1 parent 2e5914f commit 3dfa8ad
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
11 changes: 8 additions & 3 deletions packages/linkerd/linkerd-control-plane/overlay/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Linkerd is an ultra light, ultra simple, ultra powerful service mesh. Linkerd
adds security, observability, and reliability to Kubernetes, without the
complexity.

This particular chart only installs the control plane core. To gain access to
the observability features, please install the linkerd-viz chart. Other
extensions are available (multicluster, jaeger) under the linkerd Helm repo.
This particular Helm chart only installs the control plane core. You will also need to install the
linkerd-crds chart. This chart should be automatically installed along with any other dependencies.
If it is not installed as a dependency, install it first.

To gain access to the observability features, please install the linkerd-viz chart.
Other extensions are available (multicluster, jaeger) under the linkerd Helm repo.

Full documentation available at: https://linkerd.io/2/overview/
6 changes: 0 additions & 6 deletions packages/linkerd/linkerd-control-plane/overlay/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ questions:
required: true
type: multiline
group: Identity
- variable: identity.issuer.crtExpiry
label: "Expiration timestamp for the issuer certificate"
description: "This must match the expiry date in crtPEM"
required: true
type: string
group: Identity
3 changes: 2 additions & 1 deletion packages/linkerd/linkerd-control-plane/upstream.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
HelmRepo: https://helm.linkerd.io/stable
HelmRepo: https://helm.linkerd.io/edge
HelmChart: linkerd-control-plane
Vendor: Linkerd
DisplayName: Linkerd Control Plane
AutoInstall: linkerd-crds
9 changes: 9 additions & 0 deletions packages/linkerd/linkerd-crds/overlay/app-readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Linkerd 2 CRDs Chart

Linkerd is an ultra light, ultra simple, ultra powerful service mesh. Linkerd
adds security, observability, and reliability to Kubernetes, without the
complexity.

This particular Helm chart only installs Linkerd CRDs.

Full documentation available at: https://linkerd.io/2/overview/
4 changes: 4 additions & 0 deletions packages/linkerd/linkerd-crds/upstream.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
HelmRepo: https://helm.linkerd.io/edge
HelmChart: linkerd-crds
Vendor: Linkerd
DisplayName: Linkerd CRDs

0 comments on commit 3dfa8ad

Please sign in to comment.