Updated the Linkerd partner charts to point to edge, added linkerd-crds. (#984)
parent
2e5914f734
commit
3dfa8add2b
|
@ -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
|
adds security, observability, and reliability to Kubernetes, without the
|
||||||
complexity.
|
complexity.
|
||||||
|
|
||||||
This particular chart only installs the control plane core. To gain access to
|
This particular Helm chart only installs the control plane core. You will also need to install the
|
||||||
the observability features, please install the linkerd-viz chart. Other
|
linkerd-crds chart. This chart should be automatically installed along with any other dependencies.
|
||||||
extensions are available (multicluster, jaeger) under the linkerd Helm repo.
|
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/
|
||||||
|
|
|
@ -17,9 +17,3 @@ questions:
|
||||||
required: true
|
required: true
|
||||||
type: multiline
|
type: multiline
|
||||||
group: Identity
|
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
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
HelmRepo: https://helm.linkerd.io/stable
|
HelmRepo: https://helm.linkerd.io/edge
|
||||||
HelmChart: linkerd-control-plane
|
HelmChart: linkerd-control-plane
|
||||||
Vendor: Linkerd
|
Vendor: Linkerd
|
||||||
DisplayName: Linkerd Control Plane
|
DisplayName: Linkerd Control Plane
|
||||||
|
AutoInstall: linkerd-crds
|
||||||
|
|
|
@ -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/
|
|
@ -0,0 +1,4 @@
|
||||||
|
HelmRepo: https://helm.linkerd.io/edge
|
||||||
|
HelmChart: linkerd-crds
|
||||||
|
Vendor: Linkerd
|
||||||
|
DisplayName: Linkerd CRDs
|
Loading…
Reference in New Issue