Skip to content

Commit

Permalink
install kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
bcochofel committed Dec 30, 2020
1 parent 3a6f8e5 commit 4930145
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ sudo mv tflint /usr/local/bin
sudo apt install -y neovim
```

## Install kubectl

```bash
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
```

# Git your dotfiles

Take a look at: https://www.atlassian.com/git/tutorials/dotfiles to keep your dotfiles managed by Git.
Expand Down

0 comments on commit 4930145

Please sign in to comment.