mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #46539 from crassirostris/fluentd-gcp-make-privileged
Automatic merge from submit-queue Make fluentd-gcp run with host network Fluentd-gcp should have access to instance's platform-dependent service account in order to work. /cc @piosz
This commit is contained in:
commit
695d438508
@ -24,6 +24,7 @@ spec:
|
||||
scheduler.alpha.kubernetes.io/critical-pod: ''
|
||||
spec:
|
||||
dnsPolicy: Default
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: fluentd-gcp
|
||||
image: gcr.io/google-containers/fluentd-gcp:2.0.5
|
||||
|
Loading…
Reference in New Issue
Block a user