fix cos mounter url

This commit is contained in:
upodroid 2023-09-14 21:31:36 +01:00
parent 71c4993637
commit 587233bddc
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ func (b *KubeletBuilder) addContainerizedMounter(c *fi.NodeupModelBuilderContext
// TODO: leverage assets for this tar file (but we want to avoid expansion of the archive)
c.AddTask(&nodetasks.Archive{
Name: "containerized_mounter",
Source: "https://dl.k8s.io/gci-mounter/mounter.tar",
Source: "https://storage.googleapis.com/kubernetes-release/gci-mounter/mounter.tar",
Hash: "6a9f5f52e0b066183e6b90a3820b8c2c660d30f6ac7aeafb5064355bf0a5b6dd",
TargetDir: path.Join(containerizedMounterHome, "rootfs"),
})