Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Linkerd partner charts to point to edge, added linkerd-crds. #984

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
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
Loading