create .kube dir on first run of k3d-dev.sh
Just ran into this when setting up a new laptop for dev. Manually creating .kube
is not a big deal, but it'll probably trip some people up, so thought it might be best to just do a mkdir -p
before trying to cp a file to it.
Edited by Jonathan Braswell