Closed brantburnett closed 5 years ago
When the K8S API client is writing logs, it tries to write to /tmp, which doesn't exist in the container, causing a panic.
Redirect any klog logs to logrus as warnings.
https://centeredge.atlassian.net/browse/ARCH-61
/merge
Motivation
When the K8S API client is writing logs, it tries to write to /tmp, which doesn't exist in the container, causing a panic.
Modifications
Redirect any klog logs to logrus as warnings.
https://centeredge.atlassian.net/browse/ARCH-61