Commit 96cb4360 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #8120 from satnam6502/fluentd-es

Convert nodel level logging to ES to use token-system-logging
parents 7d620c20 f9af0658
...@@ -14,8 +14,8 @@ spec: ...@@ -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: ...@@ -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
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