mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Merge pull request #25780 from andyzheng0831/test-case
e2e: simple pod HTTP proxy test should use amd64 kubectl for GCI
This commit is contained in:
commit
afea2e2f95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user