docker-archive / infrakit.aws

Infrakit plugins for AWS.
21 stars 22 forks source link

Label instances without special 'aws:' prefix #33

Closed chungers closed 7 years ago

chungers commented 7 years ago

AWS EC2 api complains when labeling an instance with aws: prefix. This PR filters out those labels when calling the AWS api.

Signed-off-by: David Chung david.chung@docker.com

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will decrease coverage by -1.22%. The diff coverage is 0%.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   29.39%   28.17%   -1.22%     
==========================================
  Files           5        5              
  Lines         279      291      +12     
==========================================
  Hits           82       82              
- Misses        182      194      +12     
  Partials       15       15
Impacted Files Coverage Δ
plugin/instance/instance.go 36.03% <ø> (-2.06%) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9cb6b8f...d75e647. Read the comment docs.