Skip to content

Instantly share code, notes, and snippets.

@suresh-sendinblue
Created June 16, 2023 04:44
Show Gist options
  • Save suresh-sendinblue/691bbe10a8a9ec4e3fc5db129bbddd68 to your computer and use it in GitHub Desktop.
Save suresh-sendinblue/691bbe10a8a9ec4e3fc5db129bbddd68 to your computer and use it in GitHub Desktop.

Revisions

  1. suresh-sendinblue created this gist Jun 16, 2023.
    7 changes: 7 additions & 0 deletions install-k9s.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/bin/bash

    curl -L https://github.com/derailed/k9s/releases/download/v0.21.4/k9s_Linux_x86_64.tar.gz -o k9s
    tar -xf k9s
    chmod +x k9s
    mv ./k9s /usr/local/bin/k9s
    k9s