Commit a98d8831 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #8121 from satnam6502/fluentd-gcp

Convert node level logging to Cloud Logging to use token-system-logging
parents 96cb4360 ade18e4f
......@@ -14,8 +14,8 @@ spec:
mountPath: /varlog
- name: containers
mountPath: /var/lib/docker/containers
- name: token-admin
mountPath: /etc/token-admin
- name: token-system-logging
mountPath: /etc/token-system-logging
readOnly: true
volumes:
- name: varlog
......@@ -24,6 +24,6 @@ spec:
- name: containers
hostPath:
path: /var/lib/docker/containers
- name: token-admin
- name: token-system-logging
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