agent
agent copied to clipboard
Support kubectl logs --timestamp flag
Kubectl logs has a flag to control whether log lines are retrieved with a timestamp or "as is".
Currently this flag is not exposed by the kubelet, there is a PR to fix this [1] when that gets merged and released we should consider supporting this option.
[1] https://github.com/deislabs/krustlet/issues/590