Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel Torres authored Dec 14, 2020
1 parent 3d36019 commit 55caae2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions squirrel/kubectl-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ sudo apt-get install sudo jq python3-gnupg xclip
pip3 install --user kubernetes pyperclip psycopg2
```

## Versions

Current
```
$ gpg --version
gpg (GnuPG) 1.4.20
$ pip3 freeze | grep gnupg
python-gnupg==0.3.8
```

Install ggp from: https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.20.tar.bz2
```
cd gnupg-1.4.20
./configure --prefix=/usr --libexecdir=/usr/lib
make
sudo make install
```

Install gnupg python version:
```
sudo apt purge python3-gnupg
pip3 install python-gnupg==0.3.8
```

Reset local key
```
squirrel drop-all
squirrel init
```

## Install

```
Expand Down

0 comments on commit 55caae2

Please sign in to comment.