Commit fc8bfe2d authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #54395 from crassirostris/fluentd-gcp-rollback-host-networking

Automatic merge from submit-queue (batch tested with PRs 50776, 54395). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Move fluentd-gcp out of host network Since metadata proxy doesn't filter service account after all, make fluentd-gcp addon run in its own network This will mitigate the problem with port collision ```release-note [fluentd-gcp addon] Fluentd now runs in its own network, not in the host one. ```
parents d8ec716f d30af4d8
...@@ -34,7 +34,6 @@ spec: ...@@ -34,7 +34,6 @@ spec:
spec: spec:
serviceAccountName: fluentd-gcp serviceAccountName: fluentd-gcp
dnsPolicy: Default dnsPolicy: Default
hostNetwork: true
containers: containers:
- name: fluentd-gcp - name: fluentd-gcp
image: gcr.io/google-containers/fluentd-gcp:2.0.9 image: gcr.io/google-containers/fluentd-gcp:2.0.9
......
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