Merge pull request #44043 from steve-hardman/fix-kubectl-mac-step

Fix cleanup instruction in macOS kubectl installation page
pull/44471/head
Kubernetes Prow Robot 2023-12-22 07:45:54 +01:00 committed by GitHub
commit bd4d92763f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -123,10 +123,10 @@ The following methods exist for installing kubectl on macOS:
kubectl version --client --output=yaml
```
1. After installing the plugin, clean up the installation files:
1. After installing and validating kubectl, delete the checksum file:
```bash
rm kubectl kubectl.sha256
rm kubectl.sha256
```
### Install with Homebrew on macOS