Commit afea2e2f authored by Filip Grzadkowski's avatar Filip Grzadkowski

Merge pull request #25780 from andyzheng0831/test-case

e2e: simple pod HTTP proxy test should use amd64 kubectl for GCI
parents d3522dd8 25c9764f
...@@ -312,7 +312,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() { ...@@ -312,7 +312,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
// Build the static kubectl // Build the static kubectl
By("Finding a static kubectl for upload") By("Finding a static kubectl for upload")
testStaticKubectlPath, err := findBinary("kubectl", "linux/386") testStaticKubectlPath, err := findBinary("kubectl", "linux/amd64")
if err != nil { if err != nil {
framework.Logf("No kubectl found: %v.\nAttempting a local build...", err) framework.Logf("No kubectl found: %v.\nAttempting a local build...", err)
// Fall back to trying to build a local static kubectl // Fall back to trying to build a local static kubectl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment