Skip to content

Commit

Permalink
Add support for a 'no manage' tag (aws#726)
Browse files Browse the repository at this point in the history
* Add support for a 'no manage' tag

This tag results in an ENI being unmanaged by the ipamd plugin. This
allows someone to create an ENI, associate it with an instance, and then
use eks per normal while also using that ENI for whatever.

* Update tests for new changes

* Remove 'unmanaged eni' metric

* Update readme with docs about CLUSTER_NAME and no_manage

* Correctly indent tag sub-headers

* Remove trailing '.'

* Account for unmanaged ENIs in allocation check
  • Loading branch information
euank authored and Claes Mogren committed Apr 20, 2020
1 parent 072376b commit 03d35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,4 @@ instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or

## Contributing

[See CONTRIBUTING.md](./CONTRIBUTING.md)
[See CONTRIBUTING.md](./CONTRIBUTING.md)

0 comments on commit 03d35b9

Please sign in to comment.