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
bfaa5271
Commit
bfaa5271
authored
Jul 30, 2015
by
Mike Danese
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12045 from a-robinson/logs
Fix fluentd configs to collect etcd logs on the master
parents
51a7a38f
69ab7026
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
19 deletions
+20
-19
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+7
-14
Makefile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
+1
-1
google-fluentd.conf
.../addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
+8
-0
fluentd-es.yaml
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
+1
-1
fluentd-gcp.yaml
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
+1
-1
logging.md
docs/getting-started-guides/logging.md
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
bfaa5271
.PHONY
:
build push
IMAGE
=
fluentd-elasticsearch
TAG
=
1.
6
TAG
=
1.
7
build
:
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
bfaa5271
...
...
@@ -94,20 +94,13 @@
tag
docker
</
source
>
<
match
kubernetes
.**>
type
elasticsearch
log_level
info
include_tag_key
true
host
elasticsearch
-
logging
port
9200
logstash_format
true
flush_interval
5
s
# Never wait longer than 5 minutes between retries.
max_retry_wait
300
# Disable the limit on the number of retries (retry forever).
disable_retry_limit
</
match
>
>>>>>>>
Move
things
into
a
'kube-system'
namespace
.
<
source
>
type
tail
format
none
path
/
varlog
/
etcd
.
log
pos_file
/
varlog
/
es
-
etcd
.
log
.
pos
tag
etcd
</
source
>
<
source
>
type
tail
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
View file @
bfaa5271
...
...
@@ -15,7 +15,7 @@
.PHONY
:
kbuild kpush
TAG
=
1.
9
TAG
=
1.
10
# Rules for building the test image for deployment to Dockerhub with user kubernetes.
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
View file @
bfaa5271
...
...
@@ -82,6 +82,14 @@
<
source
>
type
tail
format
none
path
/
varlog
/
etcd
.
log
pos_file
/
varlog
/
gcp
-
etcd
.
log
.
pos
tag
etcd
</
source
>
<
source
>
type
tail
format
none
path
/
varlog
/
kubelet
.
log
pos_file
/
varlog
/
gcp
-
kubelet
.
log
.
pos
tag
kubelet
...
...
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
View file @
bfaa5271
...
...
@@ -6,7 +6,7 @@ metadata:
spec
:
containers
:
-
name
:
fluentd-elasticsearch
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
6
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.
7
resources
:
limits
:
cpu
:
100m
...
...
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
View file @
bfaa5271
...
...
@@ -6,7 +6,7 @@ metadata:
spec
:
containers
:
-
name
:
fluentd-cloud-logging
image
:
gcr.io/google_containers/fluentd-gcp:1.
9
image
:
gcr.io/google_containers/fluentd-gcp:1.
10
resources
:
limits
:
cpu
:
100m
...
...
docs/getting-started-guides/logging.md
View file @
bfaa5271
...
...
@@ -169,7 +169,7 @@ metadata:
spec
:
containers
:
-
name
:
fluentd-cloud-logging
image
:
gcr.io/google_containers/fluentd-gcp:1.
9
image
:
gcr.io/google_containers/fluentd-gcp:1.
10
resources
:
limits
:
cpu
:
100m
...
...
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