diff --git a/pkg/model/components/context.go b/pkg/model/components/context.go index 7036a887cd..7cee445ed4 100644 --- a/pkg/model/components/context.go +++ b/pkg/model/components/context.go @@ -176,7 +176,7 @@ func Image(component string, architecture string, clusterSpec *kops.ClusterSpec, baseURL := clusterSpec.KubernetesVersion baseURL = strings.TrimSuffix(baseURL, "/") - + tagURL := baseURL + "/bin/linux/" + architecture + "/" + component + ".docker_tag" klog.V(2).Infof("Downloading docker tag for %s from: %s", component, tagURL)