Skip to content

Commit e585408

Browse files
authored
Modified the deletion of kubectl on macOS
1 parent ce2de2f commit e585408

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,26 +289,26 @@ Below are the procedures to set up autocompletion for Bash, Fish, and Zsh.
289289

290290
### Uninstall kubectl on macOS
291291

292-
Depending on how you installed ```kubectl```, use one of the following methods.
292+
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

298298
```bash
299299
where kubectl
300300
```
301301

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

304304
```bash
305305
sudo rm <path>
306306
```
307-
Replace with the path to the ```kubectl``` binary from the previous step. For example, ```sudo rm /usr/local/bin/kubectl```
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

311-
If you installed ```kubectl``` using ```homebrew```, run the following command:
311+
If you installed `kubectl` using Homebrew, run the following command:
312312

313313
```bash
314314
brew remove kubectl

0 commit comments

Comments
 (0)