**Problem** - LogDNA agent is failling with error "ERROR logdna_agent::_main: bad request, check configuration: 400 Bad Request" - Reproducing only on GKE cluster node pool with GPU - LogDna agent works in other node pools in the same GKE cluster with the same configuration - The problem can be fixed by excluding logDNA agent logs (/var/log/containers/logdna-agent-*logdna-) - if replace CMD in docker image and run sleep infinity and sh inside container and run ./logdna-agent in /work folder, it works on GPU node as well. **Environment** - GCP GKE node pool with GPU card - All logdna version does not work - Resource requests: cpu: 20m, limits: memory: 1G
Problem
Environment