Skip to content

Commit 09c6c6c

Browse files
authored
Update README.md compatibility matrix (#126)
Updated compatibility matrix to account the required `ext-namespace-metadata-linkerd-config` Role required as of v0.2.3. Also fixed helm command.
1 parent c174f50 commit 09c6c6c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ Alternatively, you can download the CLI directly via the
2929
To install the linkerd-smi Helm chart, run:
3030

3131
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
3333

3434
## Compatibility matrix
3535

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 |
4143

4244
## License
4345

0 commit comments

Comments
 (0)