Amazon-eks-ami: Send kube-proxy logs to stdout/stderr

Created on 16 Jan 2019  路  2Comments  路  Source: awslabs/amazon-eks-ami

What would you like to be added:
Is it possible that kube-proxy logs will be sent directly to stderr/stdout instead to node file.

Why is this needed:
Having approach with limited (or even no) access to compute node it would be much more easier to check kube proxy logs via kubectl logs command instead need to login to node.

Most helpful comment

This was a leftover setting from when we didn't have docker log rotation enabled. Now that docker log rotation is enabled, we'll update this to not log to a file for new versions of Kubernetes. It is enough of a change that we don't want to break compatibility for existing versions of Kubernetes, but I'll keep this open until we release the change

All 2 comments

This was a leftover setting from when we didn't have docker log rotation enabled. Now that docker log rotation is enabled, we'll update this to not log to a file for new versions of Kubernetes. It is enough of a change that we don't want to break compatibility for existing versions of Kubernetes, but I'll keep this open until we release the change

This issue has been resolved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

altaurog picture altaurog  路  4Comments

TiloGit picture TiloGit  路  5Comments

pahud picture pahud  路  8Comments

emman27 picture emman27  路  4Comments

cwhatley picture cwhatley  路  5Comments