Skip to content

Commit

Permalink
fix typo (linkerd#1899)
Browse files Browse the repository at this point in the history
* fix typo

* Fix typo

Signed-off-by: Ivan Porta <gtrekter@MacBook-Pro-M4.local>
  • Loading branch information
GTRekter authored and Ivan Porta committed Dec 20, 2024
1 parent e8a079e commit 4af51f7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion linkerd.io/content/2-edge/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.10/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.12/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.13/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.14/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.15/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.16/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down
2 changes: 1 addition & 1 deletion linkerd.io/content/2.17/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ Make sure multicluster extension is correctly installed and that the
`links.multicluster.linkerd.io` CRD is present.
```bash
$ kubectll get crds | grep multicluster
$ kubectl get crds | grep multicluster
NAME CREATED AT
links.multicluster.linkerd.io 2021-03-10T09:58:10Z
```
Expand Down

0 comments on commit 4af51f7

Please sign in to comment.