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
6ee3fc82
Commit
6ee3fc82
authored
Oct 12, 2015
by
Manuel de Brito Fontes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix service-loadbalancer e2e tests
parent
d802138c
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 @
6ee3fc82
...
@@ -16,8 +16,6 @@ spec:
...
@@ -16,8 +16,6 @@ spec:
app
:
service-loadbalancer
app
:
service-loadbalancer
version
:
v1
version
:
v1
spec
:
spec
:
nodeSelector
:
role
:
loadbalancer
containers
:
containers
:
-
image
:
gcr.io/google_containers/servicelb:0.1
-
image
:
gcr.io/google_containers/servicelb:0.1
imagePullPolicy
:
Always
imagePullPolicy
:
Always
...
...
test/e2e/testing-manifests/netexecrc.yaml
0 → 100644
View file @
6ee3fc82
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 @
6ee3fc82
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