Skip to content

Instantly share code, notes, and snippets.

@ittus
Created March 4, 2020 09:20
Show Gist options
  • Save ittus/8afe8daa13ec2805bf158a4ae4de9e4f to your computer and use it in GitHub Desktop.
Save ittus/8afe8daa13ec2805bf158a4ae4de9e4f to your computer and use it in GitHub Desktop.
Install kustomize command on Mac OS X
cd /usr/local/bin

curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash

cd -
@sujalmandal
Copy link

cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment