Translate content/pt/docs/concepts/cluster-administration/logging.md into Portugues (#19573)

* translating doc kubelet logging

* adjustments to the logging doc in pt recommended in the CR
This commit is contained in:
Jhon Mike
2020-03-15 18:44:35 -03:00
committed by GitHub
parent d4167faa2c
commit 6aa392535c
6 changed files with 344 additions and 0 deletions
@@ -0,0 +1,25 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: fluentd-config
data:
fluentd.conf: |
<source>
type tail
format none
path /var/log/1.log
pos_file /var/log/1.log.pos
tag count.format1
</source>
<source>
type tail
format none
path /var/log/2.log
pos_file /var/log/2.log.pos
tag count.format2
</source>
<match **>
type google_cloud
</match>