Support or clearly indicate as unsupported the drop metrics plugin on AWS VPC CNI #746
Labels
area/metrics
area/plugins
help wanted
Extra attention is needed
priority/1
P1
type/bug
Something isn't working
Is your feature request related to a problem? Please describe.
AWS VPC CNI can now enforce Network Policy however the e2e test suite shows that in this mode the
drop_count
anddrop_bytes
metrics are not populated even if the plugin is enabled. This may be due to how this metrics is captured by retina vs how this CNI actually functions and drops the filtered packetes. Other parts of the test suite indicate that withdeny-all
network policies enabled packets are actually dropped.Describe the solution you'd like
The metric is populated with zero to pass the e2e tests or actual data is hooked from this CNI to properly populate this metric.
Describe alternatives you've considered
Using Calico in IPTables mode in the cluster to drop packets and enable this metric.
Additional context
This missing feature was surfaced by WIP e2e test suite in AWS via #667 . Metrics from retina pod during test suite run can be seen here
The text was updated successfully, but these errors were encountered: