File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ Alternatively, you can download the CLI directly via the
29
29
To install the linkerd-smi Helm chart, run:
30
30
31
31
helm repo add l5d-smi https://linkerd.github.io/linkerd-smi
32
- helm install linkerd-smi -n --create-namespace l5d-smi/linkerd-smi
32
+ helm install linkerd-smi -n linkerd-smi --create-namespace l5d-smi/linkerd-smi
33
33
34
34
## Compatibility matrix
35
35
36
- | linkerd-smi | linkerd stable | linkerd edge |
37
- | ---------------- | ----------------- | ------------------------- |
38
- | v0.1.0 | 2.11 and previous | edge-21.12.1 and previous |
39
- | v0.2.0 | 2.12.0 and later | edge-21.12.2 and later |
40
- | v0.2.1 and later | 2.12.0 and later | edge-21.12.2 and later |
36
+ | linkerd-smi | linkerd stable | linkerd edge |
37
+ | ---------------- | ----------------- | ---------------------------- |
38
+ | v0.1.0 | 2.11 and previous | edge-21.12.1 and previous |
39
+ | v0.2.0 | 2.12 | edge-21.12.2 to edge-22.12.1 |
40
+ | v0.2.1 | 2.12 | edge-21.12.2 to edge-22.12.1 |
41
+ | v0.2.2 | 2.12 | edge-21.12.2 to edge-22.12.1 |
42
+ | v0.2.3 and later | 2.13 and later | edge-23.1.1 and later |
41
43
42
44
## License
43
45
You can’t perform that action at this time.
0 commit comments