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
429e070b
Commit
429e070b
authored
Feb 14, 2017
by
Alex Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix statefulset e2e test
...by removing the liveness/readiness probes from the cockroachdb manifests, as explained in github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187
parent
7738f41b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
cockroachdb-statefulset.yaml
examples/cockroachdb/cockroachdb-statefulset.yaml
+0
-10
statefulset.yaml
...esting-manifests/statefulset/cockroachdb/statefulset.yaml
+0
-10
No files found.
examples/cockroachdb/cockroachdb-statefulset.yaml
View file @
429e070b
...
@@ -147,16 +147,6 @@ spec:
...
@@ -147,16 +147,6 @@ spec:
name
:
grpc
name
:
grpc
-
containerPort
:
8080
-
containerPort
:
8080
name
:
http
name
:
http
livenessProbe
:
httpGet
:
path
:
/_admin/v1/health
port
:
http
initialDelaySeconds
:
30
readinessProbe
:
httpGet
:
path
:
/_admin/v1/health
port
:
http
initialDelaySeconds
:
10
volumeMounts
:
volumeMounts
:
-
name
:
datadir
-
name
:
datadir
mountPath
:
/cockroach/cockroach-data
mountPath
:
/cockroach/cockroach-data
...
...
test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml
View file @
429e070b
...
@@ -62,16 +62,6 @@ spec:
...
@@ -62,16 +62,6 @@ spec:
name
:
grpc
name
:
grpc
-
containerPort
:
8080
-
containerPort
:
8080
name
:
http
name
:
http
livenessProbe
:
httpGet
:
path
:
/_admin/v1/health
port
:
http
initialDelaySeconds
:
30
readinessProbe
:
httpGet
:
path
:
/_admin/v1/health
port
:
http
initialDelaySeconds
:
10
volumeMounts
:
volumeMounts
:
-
name
:
datadir
-
name
:
datadir
mountPath
:
/cockroach/cockroach-data
mountPath
:
/cockroach/cockroach-data
...
...
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