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
c8773044
Commit
c8773044
authored
Mar 27, 2018
by
Mik Vyatskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable partial success in fluentd-gcp
Signed-off-by:
Mik Vyatskov
<
vmik@google.com
>
parent
90c09c75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
fluentd-gcp-configmap.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml
+4
-1
fluentd-gcp-ds.yaml
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
+1
-1
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml
View file @
c8773044
...
...
@@ -402,6 +402,8 @@ data:
# the necessary resource types when this label is set.
"logging.googleapis.com/k8s_compatibility": "true"
}
# Only drop failed entries partially, instead of dropping the whole request.
partial_success true
</match>
# Keep a smaller buffer here since these logs are less important than the user's
...
...
@@ -430,9 +432,10 @@ data:
# the necessary resource types when this label is set.
"logging.googleapis.com/k8s_compatibility": "true"
}
partial_success true
</match>
metadata
:
name
:
fluentd-gcp-config-v1.2.
4
name
:
fluentd-gcp-config-v1.2.
5
namespace
:
kube-system
labels
:
addonmanager.kubernetes.io/mode
:
Reconcile
cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml
View file @
c8773044
...
...
@@ -108,4 +108,4 @@ spec:
path
:
/var/lib/docker/containers
-
name
:
config-volume
configMap
:
name
:
fluentd-gcp-config-v1.2.
4
name
:
fluentd-gcp-config-v1.2.
5
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