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
fe69ca63
Commit
fe69ca63
authored
May 01, 2017
by
Davanum Srinivas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .svc.cluster.local for service host
Works reliably for me with local-up-cluster
parent
4998d78f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
service.go
test/e2e/service.go
+2
-2
No files found.
test/e2e/service.go
View file @
fe69ca63
...
@@ -1087,7 +1087,7 @@ var _ = framework.KubeDescribe("Services", func() {
...
@@ -1087,7 +1087,7 @@ var _ = framework.KubeDescribe("Services", func() {
By
(
"Verifying pods for RC "
+
t
.
Name
)
By
(
"Verifying pods for RC "
+
t
.
Name
)
framework
.
ExpectNoError
(
framework
.
VerifyPods
(
t
.
Client
,
t
.
Namespace
,
t
.
Name
,
false
,
1
))
framework
.
ExpectNoError
(
framework
.
VerifyPods
(
t
.
Client
,
t
.
Namespace
,
t
.
Name
,
false
,
1
))
svcName
:=
fmt
.
Sprintf
(
"%v.%v"
,
serviceName
,
f
.
Namespace
.
Name
)
svcName
:=
fmt
.
Sprintf
(
"%v.%v
.svc.cluster.local
"
,
serviceName
,
f
.
Namespace
.
Name
)
By
(
"Waiting for endpoints of Service with DNS name "
+
svcName
)
By
(
"Waiting for endpoints of Service with DNS name "
+
svcName
)
execPodName
:=
framework
.
CreateExecPodOrFail
(
f
.
ClientSet
,
f
.
Namespace
.
Name
,
"execpod-"
,
nil
)
execPodName
:=
framework
.
CreateExecPodOrFail
(
f
.
ClientSet
,
f
.
Namespace
.
Name
,
"execpod-"
,
nil
)
...
@@ -1105,7 +1105,7 @@ var _ = framework.KubeDescribe("Services", func() {
...
@@ -1105,7 +1105,7 @@ var _ = framework.KubeDescribe("Services", func() {
framework
.
Failf
(
"expected un-ready endpoint for Service %v within %v, stdout: %v"
,
t
.
Name
,
framework
.
KubeProxyLagTimeout
,
stdout
)
framework
.
Failf
(
"expected un-ready endpoint for Service %v within %v, stdout: %v"
,
t
.
Name
,
framework
.
KubeProxyLagTimeout
,
stdout
)
}
}
By
(
"Scaling down replication controler to zero"
)
By
(
"Scaling down replication control
l
er to zero"
)
framework
.
ScaleRC
(
f
.
ClientSet
,
f
.
InternalClientset
,
t
.
Namespace
,
rcSpec
.
Name
,
0
,
false
)
framework
.
ScaleRC
(
f
.
ClientSet
,
f
.
InternalClientset
,
t
.
Namespace
,
rcSpec
.
Name
,
0
,
false
)
By
(
"Update service to not tolerate unready services"
)
By
(
"Update service to not tolerate unready services"
)
...
...
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