Notes for installing codekube
- A
git submodule init && git submodule update
is necessary after the git clone, or person should clone with:
git clone --recurse-submodules -j8 https://git.nofla.me/k8s-projects/kubecfg-public
- In google cloud, I had to change the service type to a
LoadBalancer
manually.