e2e: use amd64 kubectl for simple pod HTTP proxy test

This commit is contained in:
Andy Zheng 2016-05-17 17:46:28 -07:00
parent 07d1060192
commit 25c9764f29

View File

@ -298,7 +298,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
// Build the static kubectl
By("Finding a static kubectl for upload")
testStaticKubectlPath, err := findBinary("kubectl", "linux/386")
testStaticKubectlPath, err := findBinary("kubectl", "linux/amd64")
if err != nil {
framework.Logf("No kubectl found: %v.\nAttempting a local build...", err)
// Fall back to trying to build a local static kubectl