An open API service indexing awesome lists of open source software.

https://github.com/linkerd/linkerd-extension-init

A utility for initializing Linkerd extension namespaces after installation
https://github.com/linkerd/linkerd-extension-init

Last synced: 3 months ago
JSON representation

A utility for initializing Linkerd extension namespaces after installation

Awesome Lists containing this project

README

          

# linkerd-extension-init

A utility for initializing Linkerd extension namespaces after installation.

## Usage

```text
Add metadata to extension namespaces

The added metadata is used by the Linkerd CLI to recognize the extensions
installed in the cluster. Note that this is only required when installing
extensions via Helm.

Usage: linkerd-extension-init [OPTIONS] --extension --namespace
--linkerd-namespace

Options: --log-level [env: LINKERD_NS_LABELER_LOG_LEVEL=] [default:
info]

--log-format [env: LINKERD_NS_LABELER_LOG_FORMAT=] [default:
plain]

--extension Extension name (e.g. viz, multicluster, jaeger)

-n, --namespace Namespace where the extension is installed

--linkerd-namespace Namespace where the Linkerd
control-plane is installed

--prometheus-url URL of external Prometheus instance, if
any (only used by the viz extension)

-h, --help Print help (see a summary with '-h')

-V, --version Print version
```

## Building

```bash
$ just build

# e.g. build and push a multi-arch images in a manifest $
DOCKER_TARGET=multi-arch DOCKER_PUSH=1 just build ghcr.io/linkerd v0.2.0
```