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
db6add31
Commit
db6add31
authored
Feb 26, 2019
by
ialidzhikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fluentd to 1.4.0
Signed-off-by:
ialidzhikov
<
i.alidjikov@gmail.com
>
parent
d648ba85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
fluentd-es-ds.yaml
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
+5
-5
Gemfile
...ter/addons/fluentd-elasticsearch/fluentd-es-image/Gemfile
+5
-5
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-ds.yaml
View file @
db6add31
...
...
@@ -48,24 +48,24 @@ roleRef:
apiVersion
:
apps/v1
kind
:
DaemonSet
metadata
:
name
:
fluentd-es-v2.
4
.0
name
:
fluentd-es-v2.
5
.0
namespace
:
kube-system
labels
:
k8s-app
:
fluentd-es
version
:
v2.
4
.0
version
:
v2.
5
.0
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
spec
:
selector
:
matchLabels
:
k8s-app
:
fluentd-es
version
:
v2.
4
.0
version
:
v2.
5
.0
template
:
metadata
:
labels
:
k8s-app
:
fluentd-es
kubernetes.io/cluster-service
:
"
true"
version
:
v2.
4
.0
version
:
v2.
5
.0
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
...
...
@@ -77,7 +77,7 @@ spec:
serviceAccountName
:
fluentd-es
containers
:
-
name
:
fluentd-es
image
:
k8s.gcr.io/fluentd-elasticsearch:v2.
4
.0
image
:
k8s.gcr.io/fluentd-elasticsearch:v2.
5
.0
env
:
-
name
:
FLUENTD_ARGS
value
:
--no-supervisor -q
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Gemfile
View file @
db6add31
source
'https://rubygems.org'
gem
'activesupport'
,
'~>5.2.2'
gem
'fluentd'
,
'<=1.
3.3
'
gem
'fluentd'
,
'<=1.
4.0
'
gem
'fluent-plugin-concat'
,
'~>2.3.0'
gem
'fluent-plugin-detect-exceptions'
,
'~>0.0.1
1
'
gem
'fluent-plugin-elasticsearch'
,
'~>3.
0.1
'
gem
'fluent-plugin-detect-exceptions'
,
'~>0.0.1
2
'
gem
'fluent-plugin-elasticsearch'
,
'~>3.
3.3
'
gem
'fluent-plugin-kubernetes_metadata_filter'
,
'~>2.1.6'
gem
'fluent-plugin-multi-format-parser'
,
'~>1.0.0'
gem
'fluent-plugin-prometheus'
,
'~>1.3.0'
gem
'fluent-plugin-systemd'
,
'~>1.0.
1
'
gem
'oj'
,
'~>3.7.
6
'
gem
'fluent-plugin-systemd'
,
'~>1.0.
2
'
gem
'oj'
,
'~>3.7.
9
'
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
db6add31
...
...
@@ -16,7 +16,7 @@
PREFIX
=
gcr.io/fluentd-elasticsearch
IMAGE
=
fluentd
TAG
=
v2.
4
.0
TAG
=
v2.
5
.0
build
:
gcloud builds submit
--tag
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
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