corneliusweig / rakkess

Review Access - kubectl plugin to show an access matrix for k8s server resources
Apache License 2.0
1.3k stars 56 forks source link

Installation with Curl is failing "not in gzip format" #46

Closed Aracki closed 4 years ago

Aracki commented 4 years ago

When trying to install rakkess via curl with:

curl -Lo rakkess.gz https://github.com/corneliusweig/rakkess/releases/download/v0.4.2/rakkess-darwin-amd64.gz && \
  gunzip rakkess.gz && chmod +x rakkess && mv rakkess $GOPATH/bin/

I keep getting:

gunzip: rakkess.gz: not in gzip format

corneliusweig commented 4 years ago

Woops.. I changed the release assets and forgot to adapt the manual install instructions. Thanks for reporting this!

Btw, have you also considered installing via krew? The install process is covered via CI jobs there and should never break :wink:

Aracki commented 4 years ago

Have my own krew issue running it via fish shell. I am using rakkess already, but would like to have binary also 👍 Thanks