Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: a_download_only_test: GetKubeadmCachedBinaries not declared by package constant #5176

Closed
tstromberg opened this issue Aug 22, 2019 · 1 comment · Fixed by #5177
Closed

Comments

@tstromberg
Copy link
Contributor

test/integration/a_download_only_test.go:68:35: GetKubeadmCachedBinaries not declared by package constants (typecheck)

				for _, bin := range constants.GetKubeadmCachedBinaries() {
@afbjorklund
Copy link
Collaborator

afbjorklund commented Aug 22, 2019

I guess you know this, but it was deleted in 2f1a11d

-// GetKubeadmCachedBinaries gets the binaries to cache for kubeadm
-func GetKubeadmCachedBinaries() []string {
-       return []string{"kubelet", "kubeadm"}
-}
+// KubeadmBinaries are Kubernetes release binaries required for kubeadm
+var KubeadmBinaries = []string{"kubelet", "kubeadm"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants