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
cd4fb16e
Commit
cd4fb16e
authored
Sep 04, 2017
by
Arve Knudsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fluentd-elasticsearch add-on: Improve README
parent
9182422b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
cluster/addons/fluentd-elasticsearch/README.md
+5
-5
No files found.
cluster/addons/fluentd-elasticsearch/README.md
View file @
cd4fb16e
...
...
@@ -8,7 +8,7 @@ is a graphical interface for viewing and querying the logs stored in
Elasticsearch.
**Note:**
this addon should
**not**
be used as-is in production. This is
an example and you should treat i
s
as such. Please see at least the
an example and you should treat i
t
as such. Please see at least the
[
Security
](
#security
)
and the
[
Storage
](
#storage
)
sections for more
information.
...
...
@@ -19,9 +19,9 @@ a Deployment, but allows for maintaining state on storage volumes.
### Security
Elasticsearch has capabilities to enable authorization using
Elasticsearch has capabilities to enable authorization using
the
[
X-Pack plugin
][
xPack
]
. See configuration parameter
`xpack.security.enabled`
in Elasticsearch and Kibana configurations. It can also be set via
in Elasticsearch and Kibana configurations. It can also be set via
the
`XPACK_SECURITY_ENABLED`
env variable. After enabling the feature,
follow
[
official documentation
][
setupCreds
]
to set up credentials in
Elasticsearch and Kibana. Don't forget to propagate those credentials also to
...
...
@@ -31,7 +31,7 @@ and [Secrets][secret] to store credentials in the Kubernetes apiserver.
### Initialization
The Elasticsearch Stateful
s
et manifest specifies that there shall be an
The Elasticsearch Stateful
S
et manifest specifies that there shall be an
[
init container
][
initContainer
]
executing before Elasticsearch containers
themselves, in order to ensure that the kernel state variable
`vm.max_map_count`
is at least 262144, since this is a requirement of
...
...
@@ -61,7 +61,7 @@ Learn more in the [official Kubernetes documentation][k8sElasticsearchDocs].
Since Fluentd talks to the Elasticsearch service inside the cluster, instances
on masters won't work, because masters have no kube-proxy. Don't mark masters
with
a
label mentioned in the previous paragraph or add a taint on them to
with
the
label mentioned in the previous paragraph or add a taint on them to
avoid Fluentd pods scheduling there.
[
fluentd
]:
http://www.fluentd.org/
...
...
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