Skip to content

Instantly share code, notes, and snippets.

@SD-13
Created July 22, 2023 07:10
Show Gist options
  • Save SD-13/86cf024ee9a9c8e7ee72475d08ad439f to your computer and use it in GitHub Desktop.
Save SD-13/86cf024ee9a9c8e7ee72475d08ad439f to your computer and use it in GitHub Desktop.
Corrected installation instructions for client tools used here https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/02-client-tools.md. Seems like the gcloud bucket link isn't working. That's why adding the steps here that worked for me.

Install cfssl and cfssljson for linux

  • Change the <Version> to download the specific version.

    • cfssl

      https://github.com/cloudflare/cfssl/releases/download/v<Version>/cfssl_<Version>_linux_amd64
      
    • cfssljson

      https://github.com/cloudflare/cfssl/releases/download/v<Version>/cfssljson_<Version_linux_amd64
      

    OR

  • Go to the cfssl release page and find your expected package under assets.

     https://github.com/cloudflare/cfssl/releases
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment