Unverified Commit 7c18e035 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #68051 from Szetty/master

Automatic merge from submit-queue (batch tested with PRs 68051, 68130, 67211, 68065, 68117). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Put fluentd back to host network In the future we will want to monitor each system component that is deployed as a DaemonSet using only one instance of prometheus-to-sd (which will be deployed as a DaemonSet too), but for this we need all the system components to be part of host network. There is no port colision created with this change. ```release-note Port 31337 will be used by fluentd ```
parents ef741c30 fcdef3ff
...@@ -26,6 +26,7 @@ spec: ...@@ -26,6 +26,7 @@ spec:
priorityClassName: system-node-critical priorityClassName: system-node-critical
serviceAccountName: fluentd-gcp serviceAccountName: fluentd-gcp
dnsPolicy: Default dnsPolicy: Default
hostNetwork: true
containers: containers:
- name: fluentd-gcp - name: fluentd-gcp
image: gcr.io/stackdriver-agents/stackdriver-logging-agent:{{ fluentd_gcp_version }} image: gcr.io/stackdriver-agents/stackdriver-logging-agent:{{ fluentd_gcp_version }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment