From 25c9764f290e9023ffdc934dc8ff3771a28c80c0 Mon Sep 17 00:00:00 2001 From: Andy Zheng Date: Tue, 17 May 2016 17:46:28 -0700 Subject: [PATCH] e2e: use amd64 kubectl for simple pod HTTP proxy test --- test/e2e/kubectl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index d845a6fd637..3a23804f841 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -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