To add k8-tools as subtree to k8s directory:
git subtree add --prefix=k8s/k8s-tools [email protected]:cubesystems/k8s-tools.git master
cd k8s
./k8s-tools/symlink-commands
and commit symlinked commands
To updated to latest script version from project root:
git subtree pull --prefix=k8s/k8s-tools/ [email protected]:cubesystems/k8s-tools.git master --squash