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 c218c14 commit 9e04a98Copy full SHA for 9e04a98
cmd/pke/app/util/linux/apt.go
@@ -33,7 +33,7 @@ const (
33
banzaiCloudDEBRepo = "/etc/apt/sources.list.d/banzaicloud.repo"
34
k8sDEBRepoFile = "/etc/apt/sources.list.d/kubernetes.list"
35
k8sDEBRepo = `deb https://apt.kubernetes.io/ kubernetes-xenial main`
36
- k8sDEBRepoGPG = "https://packages.cloud.google.com/apt/doc/apt-key.gpg"
+ k8sDEBRepoGPG = "https://dl.k8s.io/apt/doc/apt-key.gpg"
37
)
38
39
var _ ContainerdPackages = (*AptInstaller)(nil)
0 commit comments