Skip to content

Commit

Permalink
Merge pull request #70 from GlodoUK/updating_repo
Browse files Browse the repository at this point in the history
Updating repo
  • Loading branch information
BlommaertsEdwin authored Nov 15, 2024
2 parents 41517c7 + e11b95d commit 88fa5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ install_kubectl() {
warn "Skipping installation of kubectl as found on path"
else
info "Installing kubectl"
sudo curl -fsSLo /etc/apt/keyrings/kubernetes.gpg https://dl.k8s.io/apt/doc/apt-key.gpg
echo "deb [signed-by=/etc/apt/keyrings/kubernetes.gpg] https://pkgs.k8s.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.30/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.30/deb/ /" | sudo tee /etc/apt/sources.list.d/kubernetes.list
sudo apt-get update
sudo apt-get install -y kubectl
fi
Expand Down

0 comments on commit 88fa5ab

Please sign in to comment.