Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
EKS - Add support for CloudWatch logging #1362
Comments
|
Looks like this might have been added in 52121ac#diff-2d64eb87d459eb49493c722f0fb8d6d5 but not yet bundled into a release. |
|
Troposphere cannot support features CloudFormation itself does not yet support. CloudFormation support is being tracked here: |
As of EKS 1.12, CloudWatch logging has been added as an optional feature. Cloudformation has support for this but it is not yet available in troposphere.
loggingparameter as per the following documentation:See reference docs:
Changes required in
troposphere/troposphere/eks.pyAdd a new AWSProperty class for
loggingand within it resource structre based on above docs e.g.{'clusterLogging': [{'enabled': True, 'types': ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler']}]}