Merge pull request #32380 from jeremypuchta/patch-1
Remove trailing whitespaces from cli commandspull/32453/head
commit
f397e3ca11
|
@ -114,7 +114,7 @@ The following methods exist for installing kubectl on macOS:
|
||||||
Or use this for detailed view of version:
|
Or use this for detailed view of version:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
kubectl version --client --output=yaml
|
kubectl version --client --output=yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install with Homebrew on macOS
|
### Install with Homebrew on macOS
|
||||||
|
@ -124,7 +124,7 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you
|
||||||
1. Run the installation command:
|
1. Run the installation command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install kubectl
|
brew install kubectl
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
Loading…
Reference in New Issue