Skip to content

Commit

Permalink
Merge pull request kubernetes#25780 from andyzheng0831/test-case
Browse files Browse the repository at this point in the history
e2e: simple pod HTTP proxy test should use amd64 kubectl for GCI
  • Loading branch information
fgrzadkowski committed May 20, 2016
2 parents d3522dd + 25c9764 commit afea2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,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
Expand Down

0 comments on commit afea2e2

Please sign in to comment.