Merge pull request #47402 from crassirostris/fix-fluentd-metrics-port

Automatic merge from submit-queue (batch tested with PRs 47302, 47389, 47402, 47468, 47459)

Change port on which fluentd exposes its metrics

Fix https://github.com/kubernetes/kubernetes/issues/47397

/cc @Q-Lee @nicksardo

```release-note
Stackdriver Logging deployment exposes metrics on node port 31337 when enabled.
```
This commit is contained in:
Kubernetes Submit Queue 2017-06-13 23:37:50 -07:00 committed by GitHub
commit 38fa5dc33a
2 changed files with 2 additions and 1 deletions

View File

@ -295,7 +295,7 @@ data:
# Prometheus monitoring
<source>
@type prometheus
port 80
port 31337
</source>
<source>

View File

@ -94,6 +94,7 @@ spec:
command:
- /monitor
- --component=fluentd
- --target-port=31337
- --stackdriver-prefix=container.googleapis.com/internal/addons
- --whitelisted-metrics=logging_line_count,logging_entry_count
volumeMounts: