Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update required to install kubeadm because https://apt.kubernetes.io/ is deprecated #1

Open
ohault opened this issue Mar 24, 2024 · 0 comments

Comments

@ohault
Copy link

ohault commented Mar 24, 2024

Line 62 of install.sh

echo "[i] install kubeadm" sudo apt-get update && sudo apt-get install -y apt-transport-https curl curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - cat <<EOF | sudo tee /etc/apt/sources.list.d/kubernetes.list deb https://apt.kubernetes.io/ kubernetes-xenial main EOF

ref: https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant