mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #8121 from satnam6502/fluentd-gcp
Convert node level logging to Cloud Logging to use token-system-logging
This commit is contained in:
commit
a98d883134
@ -14,8 +14,8 @@ spec:
|
|||||||
mountPath: /varlog
|
mountPath: /varlog
|
||||||
- name: containers
|
- name: containers
|
||||||
mountPath: /var/lib/docker/containers
|
mountPath: /var/lib/docker/containers
|
||||||
- name: token-admin
|
- name: token-system-logging
|
||||||
mountPath: /etc/token-admin
|
mountPath: /etc/token-system-logging
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
@ -24,6 +24,6 @@ spec:
|
|||||||
- name: containers
|
- name: containers
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: token-admin
|
- name: token-system-logging
|
||||||
secret:
|
secret:
|
||||||
secretName: token-admin
|
secretName: token-system-logging
|
||||||
|
Loading…
Reference in New Issue
Block a user