-
-
Save mankind/3451abedc5c62e1f578fada0a0d570e7 to your computer and use it in GitHub Desktop.
hyku-kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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