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.
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.
To install the linkerd-smi Helm chart, run:
helm repo add l5d-smi https://linkerd.github.io/linkerd-smi
helm install linkerd-smi -n linkerd-smi --create-namespace l5d-smi/linkerd-smi
linkerd-smi | linkerd stable | linkerd edge |
---|---|---|
v0.1.0 | 2.11 and previous | edge-21.12.1 and previous |
v0.2.0 | 2.12 | edge-21.12.2 to edge-22.12.1 |
v0.2.1 | 2.12 | edge-21.12.2 to edge-22.12.1 |
v0.2.2 | 2.12 | edge-21.12.2 to edge-22.12.1 |
v0.2.3 and later | 2.13 and later | edge-23.1.1 and later |
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.