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