Skip to content
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

EKS - Add support for CloudWatch logging #1362

Closed
rtkgjacobs opened this issue Apr 5, 2019 · 2 comments
Closed

EKS - Add support for CloudWatch logging #1362

rtkgjacobs opened this issue Apr 5, 2019 · 2 comments

Comments

@rtkgjacobs
Copy link

@rtkgjacobs rtkgjacobs commented Apr 5, 2019

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.

  • Add support for the logging parameter as per the following documentation:

See reference docs:

Changes required in troposphere/troposphere/eks.py

Add a new AWSProperty class for logging and within it resource structre based on above docs e.g.

{'clusterLogging': [{'enabled': True,
                     'types': ['api',
                               'audit',
                               'authenticator',
                               'controllerManager',
                               'scheduler']}]}
@rtkjbillo
Copy link
Contributor

@rtkjbillo rtkjbillo commented Nov 30, 2019

Looks like this might have been added in 52121ac#diff-2d64eb87d459eb49493c722f0fb8d6d5 but not yet bundled into a release.

@PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Jan 20, 2020

Troposphere cannot support features CloudFormation itself does not yet support. CloudFormation support is being tracked here:
aws/containers-roadmap#242
aws-cloudformation/aws-cloudformation-coverage-roadmap#208

@PatMyron PatMyron closed this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.