mirror of https://github.com/kubernetes/kops.git
Merge pull request #8701 from tanjunchen/remove-TODO01
remove // TODO path.Join here?
This commit is contained in:
commit
7e09b1ec72
|
|
@ -177,7 +177,6 @@ func Image(component string, architecture string, clusterSpec *kops.ClusterSpec,
|
|||
baseURL := clusterSpec.KubernetesVersion
|
||||
baseURL = strings.TrimSuffix(baseURL, "/")
|
||||
|
||||
// TODO path.Join here?
|
||||
tagURL := baseURL + "/bin/linux/" + architecture + "/" + component + ".docker_tag"
|
||||
klog.V(2).Infof("Downloading docker tag for %s from: %s", component, tagURL)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue