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
b0d57389
Commit
b0d57389
authored
Oct 13, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15513 from aledbf/fix-serviceloadbalancer-tests
Auto commit by PR queue bot
parents
98a0cc63
6ee3fc82
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
2 deletions
+35
-2
haproxyrc.yaml
test/e2e/testing-manifests/haproxyrc.yaml
+0
-2
netexecrc.yaml
test/e2e/testing-manifests/netexecrc.yaml
+20
-0
netexecsvc.yaml
test/e2e/testing-manifests/netexecsvc.yaml
+15
-0
No files found.
test/e2e/testing-manifests/haproxyrc.yaml
View file @
b0d57389
...
...
@@ -16,8 +16,6 @@ spec:
app
:
service-loadbalancer
version
:
v1
spec
:
nodeSelector
:
role
:
loadbalancer
containers
:
-
image
:
gcr.io/google_containers/servicelb:0.1
imagePullPolicy
:
Always
...
...
test/e2e/testing-manifests/netexecrc.yaml
0 → 100644
View file @
b0d57389
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
netexec
spec
:
# Assumes you have 3 nodes in your cluster.
replicas
:
3
template
:
metadata
:
labels
:
app
:
netexec
spec
:
containers
:
-
name
:
netexec
image
:
gcr.io/google_containers/netexec:1.0
ports
:
-
containerPort
:
8080
# This is to force these pods to land on different hosts.
# TODO: use the downward api and get podname instead.
hostPort
:
81
test/e2e/testing-manifests/netexecsvc.yaml
0 → 100644
View file @
b0d57389
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
netexec
labels
:
app
:
netexec
spec
:
Type
:
NodePort
ports
:
-
port
:
80
targetPort
:
8080
protocol
:
TCP
name
:
http
selector
:
app
:
netexec
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