Interface: LinkerdInputs

Properties

property type description
enableCNI pulumi.Input‹boolean› Configures linkerd to use it's CNI plugin
instead of injecting a proxy-init container.
Using the CNI allows containers to run without
NET_ADMIN.
defaults to false
enableHA undefined | false | true Configures linkerd to run in HA mode.
HA mode requires at least 3 cluster nodes.
defaults to false
issuerCertValidityHours undefined | number The identity component of Linkerd requires setting
up a trust anchor certificate, and an issuer
certificate with its key.

issuerCertValidityHours configures how long the root
CA certificate will be valid for.

defaults to 1 year
namespace pulumi.Input‹string› A kubernetes namespace. If present, this will override
the given provider's namespace.
Linkerd is traditionally deployed into a namespace
called "linkerd".
defaults to "linkerd"
provider k8s.Provider The pulumi kubernetes provider
version undefined | string Helm chart version

Optional enableCNI

enableCNI? : pulumi.Input‹boolean›

Configures linkerd to use it's CNI plugin instead of injecting a proxy-init container. Using the CNI allows containers to run without NET_ADMIN. defaults to false

Defined in linkerd/index.ts:63


Optional enableHA

enableHA? : undefined | false | true

Configures linkerd to run in HA mode. HA mode requires at least 3 cluster nodes. defaults to false

Defined in linkerd/index.ts:55


Optional issuerCertValidityHours

issuerCertValidityHours? : undefined | number

The identity component of Linkerd requires setting up a trust anchor certificate, and an issuer certificate with its key.

issuerCertValidityHours configures how long the root CA certificate will be valid for.

defaults to 1 year

Defined in linkerd/index.ts:49


Optional namespace

namespace? : pulumi.Input‹string›

A kubernetes namespace. If present, this will override the given provider's namespace. Linkerd is traditionally deployed into a namespace called "linkerd". defaults to "linkerd"

Defined in linkerd/index.ts:34


Optional provider

provider? : k8s.Provider

The pulumi kubernetes provider

Defined in linkerd/index.ts:26


Optional version

version? : undefined | string

Helm chart version

Defined in linkerd/index.ts:38