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
f4637f64
Commit
f4637f64
authored
Dec 04, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18081 from gmarek/fix-test
Auto commit by PR queue bot
parents
6f6e97f2
61fc0a12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
density.go
test/e2e/density.go
+1
-0
util.go
test/e2e/util.go
+1
-0
No files found.
test/e2e/density.go
View file @
f4637f64
...
@@ -456,6 +456,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri
...
@@ -456,6 +456,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri
Image
:
image
,
Image
:
image
,
},
},
},
},
DNSPolicy
:
api
.
DNSDefault
,
},
},
}
}
_
,
err
:=
c
.
Pods
(
ns
)
.
Create
(
pod
)
_
,
err
:=
c
.
Pods
(
ns
)
.
Create
(
pod
)
...
...
test/e2e/util.go
View file @
f4637f64
...
@@ -1447,6 +1447,7 @@ func (config *RCConfig) create() error {
...
@@ -1447,6 +1447,7 @@ func (config *RCConfig) create() error {
Ports
:
[]
api
.
ContainerPort
{{
ContainerPort
:
80
}},
Ports
:
[]
api
.
ContainerPort
{{
ContainerPort
:
80
}},
},
},
},
},
DNSPolicy
:
api
.
DNSDefault
,
},
},
},
},
},
},
...
...
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