Skip to content

Instantly share code, notes, and snippets.

@bpmct
Last active February 7, 2021 13:38
Show Gist options
  • Save bpmct/be0a4dd5c8ac4e253ed9147dd8213c85 to your computer and use it in GitHub Desktop.
Save bpmct/be0a4dd5c8ac4e253ed9147dd8213c85 to your computer and use it in GitHub Desktop.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment