Kubernetes Node Agent on GKE Auto Pilot
Modifications
volumes:
- name: config
emptyDir: {}
# - name: runlog
# hostPath:
# path: /run/log/journal
- name: varlog
hostPath:
path: /var/log
# - name: dockerlogs
# hostPath:
# path: /var/lib/docker/containers
- name: storage
hostPath:
path: /var/lib/observiq/otelcol/container
- name: setup
configMap:
name: bindplane-node-agent-setupApply
Frequently Asked Questions
Last updated
Was this helpful?