Skip to content

Commit 37ca580

Browse files
authored
Update the deletion of kubectl on macOS
1 parent 19d1bc0 commit 37ca580

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -293,18 +293,18 @@ Depending on how you installed `kubectl`, use one of the following methods.
293293

294294
### Uninstall kubectl using the command-line
295295

296-
1. Locate the `kubectl` binary on your system:
296+
1. Locate the `kubectl` binary on your system:
297297

298-
```bash
299-
where kubectl
300-
```
298+
```bash
299+
where kubectl
300+
```
301301

302-
1. Remove the `kubectl` binary:
302+
1. Remove the `kubectl` binary:
303303

304-
```bash
305-
sudo rm <path>
306-
```
307-
Replace `<path>` with the path to the `kubectl` binary from the previous step. For example, `sudo rm /usr/local/bin/kubectl`.
304+
```bash
305+
sudo rm <path>
306+
```
307+
Replace `<path>` with the path to the `kubectl` binary from the previous step. For example, `sudo rm /usr/local/bin/kubectl`.
308308

309309
### Uninstall kubectl using homebrew
310310

0 commit comments

Comments
 (0)