Merge pull request #8701 from tanjunchen/remove-TODO01

remove // TODO path.Join here?
This commit is contained in:
Kubernetes Prow Robot 2020-03-09 19:39:36 -07:00 committed by GitHub
commit 7e09b1ec72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)