Skip to content

Commit a9725c1

Browse files
authored
Fix wrong code highlighting for kubectl install on Linux (#40437)
* change code block to console type * only change English version * change mistake * update another pair
1 parent 61dec98 commit a9725c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following methods exist for installing kubectl on Linux:
8484

8585
If the check fails, `sha256` exits with nonzero status and prints output similar to:
8686

87-
```bash
87+
```console
8888
kubectl: FAILED
8989
sha256sum: WARNING: 1 computed checksum did NOT match
9090
```
@@ -285,7 +285,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
285285

286286
If the check fails, `sha256` exits with nonzero status and prints output similar to:
287287

288-
```bash
288+
```console
289289
kubectl-convert: FAILED
290290
sha256sum: WARNING: 1 computed checksum did NOT match
291291
```

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following methods exist for installing kubectl on macOS:
8989

9090
If the check fails, `shasum` exits with nonzero status and prints output similar to:
9191

92-
```bash
92+
```console
9393
kubectl: FAILED
9494
shasum: WARNING: 1 computed checksum did NOT match
9595
```
@@ -247,7 +247,7 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
247247

248248
If the check fails, `shasum` exits with nonzero status and prints output similar to:
249249

250-
```bash
250+
```console
251251
kubectl-convert: FAILED
252252
shasum: WARNING: 1 computed checksum did NOT match
253253
```

0 commit comments

Comments
 (0)