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
0a21fa06
Commit
0a21fa06
authored
Mar 05, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22539 from a-robinson/newf
Auto commit by PR queue bot
parents
b198c820
32162046
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
Dockerfile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
+1
-1
Makefile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
+1
-1
google-fluentd.conf
.../addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
+4
-0
fluentd-gcp.yaml
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
+1
-1
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
View file @
0a21fa06
...
@@ -31,7 +31,7 @@ ENV DO_NOT_INSTALL_CATCH_ALL_CONFIG true
...
@@ -31,7 +31,7 @@ ENV DO_NOT_INSTALL_CATCH_ALL_CONFIG true
RUN
apt-get
-q
update
&&
\
RUN
apt-get
-q
update
&&
\
apt-get
install
-y
curl
&&
\
apt-get
install
-y
curl
&&
\
apt-get clean
&&
\
apt-get clean
&&
\
curl
-s
https://
storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh |
sudo
bash
curl
-s
https://
dl.google.com/cloudagents/install-logging-agent.sh |
bash
# Install the record reformer plugin.
# Install the record reformer plugin.
RUN
/usr/sbin/google-fluentd-gem
install
fluent-plugin-record-reformer
RUN
/usr/sbin/google-fluentd-gem
install
fluent-plugin-record-reformer
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
View file @
0a21fa06
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
.PHONY
:
kbuild kpush
.PHONY
:
kbuild kpush
TAG
=
1.1
7
TAG
=
1.1
8
# Rules for building the test image for deployment to Dockerhub with user kubernetes.
# 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 @
0a21fa06
...
@@ -120,6 +120,7 @@
...
@@ -120,6 +120,7 @@
<
source
>
<
source
>
type
tail
type
tail
format
multiline
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
...
@@ -133,6 +134,7 @@
...
@@ -133,6 +134,7 @@
<
source
>
<
source
>
type
tail
type
tail
format
multiline
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
...
@@ -146,6 +148,7 @@
...
@@ -146,6 +148,7 @@
<
source
>
<
source
>
type
tail
type
tail
format
multiline
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
...
@@ -159,6 +162,7 @@
...
@@ -159,6 +162,7 @@
<
source
>
<
source
>
type
tail
type
tail
format
multiline
format
multiline
multiline_flush_interval
5
s
format_firstline
/^\
w
\
d
{
4
}/
format_firstline
/^\
w
\
d
{
4
}/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
format1
/^(?<
severity
>\
w
)(?<
time
>\
d
{
4
} [^\
s
]*)\
s
+(?<
pid
>\
d
+)\
s
+(?<
source
>[^ \]]+)\] (?<
message
>.*)/
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
time_format
%
m
%
d
%
H
:%
M
:%
S
.%
N
...
...
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
View file @
0a21fa06
...
@@ -9,7 +9,7 @@ spec:
...
@@ -9,7 +9,7 @@ spec:
dnsPolicy
:
Default
dnsPolicy
:
Default
containers
:
containers
:
-
name
:
fluentd-cloud-logging
-
name
:
fluentd-cloud-logging
image
:
gcr.io/google_containers/fluentd-gcp:1.1
7
image
:
gcr.io/google_containers/fluentd-gcp:1.1
8
resources
:
resources
:
limits
:
limits
:
memory
:
200Mi
memory
:
200Mi
...
...
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