thecasualcoder / kube-fzf

Shell commands using kubectl and fzf for command-line fuzzy searching of Kubernetes Pods.
MIT License
199 stars 31 forks source link

Add symlink for kube-fzf.sh #8

Closed Aracki closed 5 years ago

Aracki commented 5 years ago

Without the missing symlink, this error occur:

/usr/local/bin/execpod: line 3: kube-fzf.sh: No such file or directory
/usr/local/bin/execpod: line 8: _kube_fzf_handler: command not found
/usr/local/bin/execpod: line 8: _kube_fzf_teardown: command not found
arunvelsriram commented 5 years ago

Thank you for updating it.