[kustomize Error] make: command: Command not found
Description
The installation process for kepler that installs kustomize doesn't work correctly, since we get make: command: Command not found
errors.
Possible Solution
We installed kustomize manually with:
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
Found by: @yanlong01