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

aws-ecs-1: remove unsupported capabilities #1052

Merged
merged 1 commit into from
Aug 19, 2020

Conversation

samuelkarp
Copy link
Contributor

Issue number:
#815

Description of changes:
By default, the ECS agent adds several capabilities for features that are non-functional on Bottlerocket. This patch removes those capabilities until we add support for the associated features.

Testing done:
Built an AMI. Examined the list of capabilities with amazon-ecs-agent -ecs-attributes (through sheltie) and by calling the DescribeContainerInstances API.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

By default, the ECS agent adds several capabilities for features that
are non-functional on Bottlerocket.  This patch removes those
capabilities until we add support for the associated features.
Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐝

@jahkeup
Copy link
Member

jahkeup commented Aug 19, 2020

This patch removes those capabilities until we add support for the associated features.

Enabling each capability looks like a good chunk of work - I think an issue to drive/track each seems appropriate. Are there some issues already? If not, would you create a few issues to track the disabled capabilities and to collect your thoughts on how you'd likely approach them?

@samuelkarp
Copy link
Contributor Author

I think an issue to drive/track each seems appropriate. Are there some issues already? If not, would you create a few issues to track the disabled capabilities and to collect your thoughts on how you'd likely approach them?

Agreed! I won't be able to get that done for a bit, but it's on my TODO list now.

@samuelkarp samuelkarp merged commit b176cf3 into bottlerocket-os:develop Aug 19, 2020
@samuelkarp samuelkarp deleted the ecs-capabilities branch August 19, 2020 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants