mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
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. ```
This commit is contained in:
commit
fc8bfe2d89
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user