linkerd-smi
The Linkerd SMI extension helps users to have SMI functionality
in Linkerd-enabled Kubernetes clusters.
This repo consists of two components:
smi-adaptor
: Runs on your Kubernetes cluster, and transforms SMI
resources into Linkerd native resources.
cli
: Runs locally or wherever you install the Linkerd CLI.
Installation
CLI
To install the CLI, run:
curl -sL https://linkerd.github.io/linkerd-smi/install | sh
Alternatively, you can download the CLI directly via the
releases page.
Helm
To install the linkerd-smi Helm chart, run:
helm repo add l5d-smi https://linkerd.github.io/linkerd-smi
helm install linkerd-smi -n --create-namespace l5d-smi/linkerd-smi
Compatibility matrix
linkerd-smi |
linkerd stable |
linkerd edge |
v0.1.0 |
2.11 and previous |
edge-21.12.1 and previous |
v0.2.0 |
2.12.0 and later |
edge-21.12.2 and later |
v0.2.1 and later |
2.12.0 and later |
edge-21.12.2 and later |
License
Copyright 2021-2023 the Linkerd Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.