We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0af59 commit d3f0ff7Copy full SHA for d3f0ff7
root/usr/local/sbin/install_container_linux.sh
@@ -17,15 +17,15 @@ apt-get install -y \
17
software-properties-common
18
19
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
20
-curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
+curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | apt-key add -
21
22
RELEASE=$(lsb_release -cs)
23
24
add-apt-repository \
25
"deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $RELEASE stable"
26
27
28
- "deb http://apt.kubernetes.io/ kubernetes-xenial main"
+ "deb https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /"
29
30
apt-get update -y
31
apt-get install -y docker-ce docker-compose kubelet kubeadm kubectl
0 commit comments