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
753a6edc
Unverified
Commit
753a6edc
authored
Mar 26, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #74616 from ialidzhikov/fluentd-1.4.0
Update fluentd to 1.4.0
parents
29566d0a
db6add31
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 @
753a6edc
...
@@ -48,24 +48,24 @@ roleRef:
...
@@ -48,24 +48,24 @@ roleRef:
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
DaemonSet
kind
:
DaemonSet
metadata
:
metadata
:
name
:
fluentd-es-v2.
4
.0
name
:
fluentd-es-v2.
5
.0
namespace
:
kube-system
namespace
:
kube-system
labels
:
labels
:
k8s-app
:
fluentd-es
k8s-app
:
fluentd-es
version
:
v2.
4
.0
version
:
v2.
5
.0
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
addonmanager.kubernetes.io/mode
:
Reconcile
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
k8s-app
:
fluentd-es
k8s-app
:
fluentd-es
version
:
v2.
4
.0
version
:
v2.
5
.0
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
k8s-app
:
fluentd-es
k8s-app
:
fluentd-es
kubernetes.io/cluster-service
:
"
true"
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
# This annotation ensures that fluentd does not get evicted if the node
# supports critical pod annotation based priority scheme.
# supports critical pod annotation based priority scheme.
# Note that this does not guarantee admission on the nodes (#40573).
# Note that this does not guarantee admission on the nodes (#40573).
...
@@ -77,7 +77,7 @@ spec:
...
@@ -77,7 +77,7 @@ spec:
serviceAccountName
:
fluentd-es
serviceAccountName
:
fluentd-es
containers
:
containers
:
-
name
:
fluentd-es
-
name
:
fluentd-es
image
:
k8s.gcr.io/fluentd-elasticsearch:v2.
4
.0
image
:
k8s.gcr.io/fluentd-elasticsearch:v2.
5
.0
env
:
env
:
-
name
:
FLUENTD_ARGS
-
name
:
FLUENTD_ARGS
value
:
--no-supervisor -q
value
:
--no-supervisor -q
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Gemfile
View file @
753a6edc
source
'https://rubygems.org'
source
'https://rubygems.org'
gem
'activesupport'
,
'~>5.2.2'
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-concat'
,
'~>2.3.0'
gem
'fluent-plugin-detect-exceptions'
,
'~>0.0.1
1
'
gem
'fluent-plugin-detect-exceptions'
,
'~>0.0.1
2
'
gem
'fluent-plugin-elasticsearch'
,
'~>3.
0.1
'
gem
'fluent-plugin-elasticsearch'
,
'~>3.
3.3
'
gem
'fluent-plugin-kubernetes_metadata_filter'
,
'~>2.1.6'
gem
'fluent-plugin-kubernetes_metadata_filter'
,
'~>2.1.6'
gem
'fluent-plugin-multi-format-parser'
,
'~>1.0.0'
gem
'fluent-plugin-multi-format-parser'
,
'~>1.0.0'
gem
'fluent-plugin-prometheus'
,
'~>1.3.0'
gem
'fluent-plugin-prometheus'
,
'~>1.3.0'
gem
'fluent-plugin-systemd'
,
'~>1.0.
1
'
gem
'fluent-plugin-systemd'
,
'~>1.0.
2
'
gem
'oj'
,
'~>3.7.
6
'
gem
'oj'
,
'~>3.7.
9
'
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
753a6edc
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
PREFIX
=
gcr.io/fluentd-elasticsearch
PREFIX
=
gcr.io/fluentd-elasticsearch
IMAGE
=
fluentd
IMAGE
=
fluentd
TAG
=
v2.
4
.0
TAG
=
v2.
5
.0
build
:
build
:
gcloud builds submit
--tag
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
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