Skip to content

Instantly share code, notes, and snippets.

@mankind
Last active January 2, 2019 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mankind/3451abedc5c62e1f578fada0a0d570e7 to your computer and use it in GitHub Desktop.
Save mankind/3451abedc5c62e1f578fada0a0d570e7 to your computer and use it in GitHub Desktop.
hyku-kubernetes
sudo vim /etc/sudoers
https://docs.google.com/document/d/1cXS-hQ09_AXATTjcvpKqzrqVEwATsZHY9t2VfTkxRYg/edit#heading=h.wxbnbz4dhgpy
https://www.digitalocean.com/community/tutorials/how-to-install-software-on-kubernetes-clusters-with-the-helm-package-manager
https://docs.helm.sh/using_helm/#quickstart-guide
helm installed into /usr/local/bin/helm
tiller installed into /usr/local/bin/tiller
Run 'helm init' to configure helm.
https://kubernetes.io/docs/tasks/tools/install-kubectl/
https://vitux.com/how-to-install-virtualbox-on-ubuntu/
https://matthewpalmer.net/kubernetes-app-developer/articles/install-kubernetes-ubuntu-tutorial.html
error: https://dl.yarnpkg.com/debian stable InRelease NO_PUBKEY E074D16EB6FF4DE3
https://github.com/yarnpkg/yarn/issues/4453
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
https://github.com/yarnpkg/yarn/issues/4453#issuecomment-329463752
#https://stackoverflow.com/questions/53068337/unable-to-add-kubernetes-bionic-main-ubuntu-18-04-to-apt-repository
#https://unix.stackexchange.com/questions/198000/bypass-gpg-signature-checks-only-for-a-single-repository
deb [allow-insecure=yes] https://apt.kubernetes.io/ kubernetes-bionic main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment