-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config file options to enable EKS control plane logging to CloudWatch #704
Comments
Thanks for opening this, Aaron! I'd like to do this soon, but will need to update goformation first, and we need to think about what we should enable by default. |
Any progress on this? :) |
ref aws/containers-roadmap#242
|
We are going to enable this by calling EKS API directly. Hopefully in the next release. |
Wise move @errordeveloper! Hoping for CloudFormation to catch up with API changes is a mug's game 😢. Like I'm the mug still holding out hope for EIP tags, we all gotta dream 🤣 |
@whereisaaron see #778 =) |
@whereisaaron haha I’ve raised this to my AWS account team |
Add support for node existing service accounts
Why do you want this feature?
We want to see the EKS control plane logs for monitoring, troubleshooting, and security audit.
What feature/behavior/change do you want?
The ability to enable/disable in the config file, each of the five control plane log types available in EKS:
api
audit
authenticator
controllerManager
scheduler
Documentation on EKS control plane logging API and CLI commands:
https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html
aws eks --region us-west-2 update-cluster-config --name prod \ --logging '{"clusterLogging":[{"types":["api","audit","authenticator","controllerManager","scheduler"],"enabled":true}]}'
Ref: aws/containers-roadmap#26
The text was updated successfully, but these errors were encountered: