mirror of https://github.com/k3s-io/k3s
Make fluentd use default dns instead of cluster dns to make it work on master
parent
1ad5cea24e
commit
f6730bd334
|
@ -21,6 +21,7 @@ spec:
|
|||
annotations:
|
||||
scheduler.alpha.kubernetes.io/critical-pod: ''
|
||||
spec:
|
||||
dnsPolicy: Default
|
||||
containers:
|
||||
- name: fluentd-gcp
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.38
|
||||
|
|
Loading…
Reference in New Issue