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
b4c72e56
Commit
b4c72e56
authored
Dec 14, 2015
by
Minhan Xia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enforce node quorum to prevent es split brain problem
parent
e72e8193
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
es-controller.yaml
cluster/addons/fluentd-elasticsearch/es-controller.yaml
+1
-1
Makefile
cluster/addons/fluentd-elasticsearch/es-image/Makefile
+1
-1
elasticsearch.yml
...r/addons/fluentd-elasticsearch/es-image/elasticsearch.yml
+1
-0
No files found.
cluster/addons/fluentd-elasticsearch/es-controller.yaml
View file @
b4c72e56
...
@@ -20,7 +20,7 @@ spec:
...
@@ -20,7 +20,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/elasticsearch:1.
7
-
image
:
gcr.io/google_containers/elasticsearch:1.
8
name
:
elasticsearch-logging
name
:
elasticsearch-logging
resources
:
resources
:
limits
:
limits
:
...
...
cluster/addons/fluentd-elasticsearch/es-image/Makefile
View file @
b4c72e56
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# The current value of the tag to be used for building and
# The current value of the tag to be used for building and
# pushing an image to gcr.io
# pushing an image to gcr.io
TAG
=
1.
7
TAG
=
1.
8
build
:
elasticsearch_logging_discovery
build
:
elasticsearch_logging_discovery
docker build
-t
gcr.io/google_containers/elasticsearch:
$(TAG)
.
docker build
-t
gcr.io/google_containers/elasticsearch:
$(TAG)
.
...
...
cluster/addons/fluentd-elasticsearch/es-image/elasticsearch.yml
View file @
b4c72e56
...
@@ -4,4 +4,5 @@ node.data: ${NODE_DATA}
...
@@ -4,4 +4,5 @@ node.data: ${NODE_DATA}
transport.tcp.port
:
${TRANSPORT_PORT}
transport.tcp.port
:
${TRANSPORT_PORT}
http.port
:
${HTTP_PORT}
http.port
:
${HTTP_PORT}
discovery.zen.ping.multicast.enabled
:
false
discovery.zen.ping.multicast.enabled
:
false
discovery.zen.minimum_master_nodes
:
2
path.data
:
/data
path.data
:
/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