Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
afea2e2f
Commit
afea2e2f
authored
May 20, 2016
by
Filip Grzadkowski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25780 from andyzheng0831/test-case
e2e: simple pod HTTP proxy test should use amd64 kubectl for GCI
parents
d3522dd8
25c9764f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kubectl.go
test/e2e/kubectl.go
+1
-1
No files found.
test/e2e/kubectl.go
View file @
afea2e2f
...
@@ -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.
\n
Attempting a local build..."
,
err
)
framework
.
Logf
(
"No kubectl found: %v.
\n
Attempting a local build..."
,
err
)
// Fall back to trying to build a local static kubectl
// Fall back to trying to build a local static kubectl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment