sealed-secrets icon indicating copy to clipboard operation
sealed-secrets copied to clipboard

readme: Add example to install kubeseal on linux

Open sebastian-philipp opened this issue 1 year ago • 0 comments

Would be great to also have an example how how to easily install the binary on linux, not just for mac.

I ended up with

curl -s https://api.github.com/repos/bitnami-labs/sealed-secrets/releases/latest | jq -r '.assets[] | select(.name | endswith("linux-amd64.tar.gz")) | .browser_download_url' | wget -qi -
tar -xvzf kubeseal-*-linux-amd64.tar.gz kubeseal
mkdir -p ~/.local/bin
mv ./kubeseal ~/.local/bin/kubeseal

Would be great to have something like this in the readme.

sebastian-philipp avatar Aug 05 '22 07:08 sebastian-philipp

hi @sebastian-philipp

First of all, thanks a lot for sharing your solution. We are already reviewing a PR including a possible solution here.

Thanks

Álvaro

alvneiayu avatar Aug 16 '22 08:08 alvneiayu

Solved in #913

alemorcuq avatar Aug 25 '22 14:08 alemorcuq