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
e2c50152
Commit
e2c50152
authored
Aug 01, 2016
by
Manuel de Brito Fontes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove kubernetes metadata plugin
parent
5753a319
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
10 deletions
+12
-10
Dockerfile
.../addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
+1
-1
build.sh
...er/addons/fluentd-elasticsearch/fluentd-es-image/build.sh
+4
-2
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+3
-3
Dockerfile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
+1
-1
Makefile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
+1
-1
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
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
View file @
e2c50152
...
...
@@ -22,7 +22,7 @@
# Please see http://docs.fluentd.org/articles/install-by-deb for more
# information about installing fluentd using deb package.
FROM
gcr.io/google_containers/ubuntu-slim:0.
3
FROM
gcr.io/google_containers/ubuntu-slim:0.
4
MAINTAINER
Alex Robinson "arob@google.com"
MAINTAINER
Jimmi Dyson "jimmidyson@gmail.com"
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/build.sh
View file @
e2c50152
#!/bin/sh
# Copyright 201
6 The Kubernetes Authors All rights reserved
.
# Copyright 201
5 The Kubernetes Authors
.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
@@ -29,7 +29,9 @@ apt-get install -y -q --no-install-recommends \
sed
-i
-e
"s/USER=td-agent/USER=root/"
-e
"s/GROUP=td-agent/GROUP=root/"
/etc/init.d/td-agent
# Install the Elasticsearch Fluentd plug-in.
td-agent-gem
install
fluent-plugin-kubernetes_metadata_filter fluent-plugin-elasticsearch
# http://docs.fluentd.org/articles/plugin-management
td-agent-gem
install
--no-document
fluent-plugin-kubernetes_metadata_filter
-v
0.24.0
td-agent-gem
install
--no-document
fluent-plugin-elasticsearch
-v
1.5.0
# Remove docs and postgres references
rm
-rf
/opt/td-agent/embedded/share/doc
\
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
e2c50152
...
...
@@ -218,9 +218,9 @@
tag
kube
-
scheduler
</
source
>
<
filter
kubernetes
.**>
type
kubernetes_metadata
</
filter
>
#
<filter kubernetes.**>
#
type kubernetes_metadata
#
</filter>
# Example:
# I0603 15:31:05.793605 6 cluster_manager.go:230] Reading config from path /etc/gce.conf
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
View file @
e2c50152
...
...
@@ -20,7 +20,7 @@
# scope and that the Logging API has been enabled for the project
# in the Google Developer Console.
FROM
gcr.io/google_containers/ubuntu-slim:0.
3
FROM
gcr.io/google_containers/ubuntu-slim:0.
4
MAINTAINER
Alex Robinson "arob@google.com"
# Disable prompts from apt.
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
View file @
e2c50152
...
...
@@ -28,7 +28,7 @@
.PHONY
:
kbuild kpush
TAG
=
1.2
2
TAG
=
1.2
5
# Rules for building the test image for deployment to Dockerhub with user kubernetes.
...
...
cluster/saltbase/salt/fluentd-es/fluentd-es.yaml
View file @
e2c50152
...
...
@@ -8,7 +8,7 @@ metadata:
spec
:
containers
:
-
name
:
fluentd-elasticsearch
image
:
aledbf/fluentd-elasticsearch:1.19
image
:
gcr.io/google_containers/fluentd-elasticsearch:1.17
resources
:
limits
:
memory
:
200Mi
...
...
cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml
View file @
e2c50152
...
...
@@ -11,7 +11,7 @@ spec:
dnsPolicy
:
Default
containers
:
-
name
:
fluentd-cloud-logging
image
:
aledbf/fluentd-gcp:1.22
image
:
gcr.io/google_containers/fluentd-gcp:1.21
resources
:
limits
:
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