Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fseldow committed Dec 3, 2024
1 parent 8a0bbc2 commit 8cbfa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/linux/cloud-init/artifacts/cse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ installKubeletKubectlAndKubeProxy() {
echo "Extracted version: $binary_version from KUBE_BINARY_URL: ${KUBE_BINARY_URL}"
fi
fi
registry_url="${BOOTSTRAP_PROFILE_CONTAINER_REGISTRY_SERVER}/${K8S_REGISTRY_REPO}/kubernetes-node:v${binary_version}-linux-${CPU_ARCH}"
registry_url="${BOOTSTRAP_PROFILE_CONTAINER_REGISTRY_SERVER}/${K8S_REGISTRY_REPO}/kubernetes-node:${binary_version}-linux-${CPU_ARCH}"

# if rp already passes registry url, then directly use the registry url that rp passes
# this path should have not catch for now, but keep it for future
Expand Down

0 comments on commit 8cbfa5b

Please sign in to comment.