c7i-flex
instances are not correctly labeled with bandwidth
#6446
Labels
c7i-flex
instances are not correctly labeled with bandwidth
#6446
Description
Observed Behavior:
AWS EC2
flex
instances (e.g.c7i-flex
) do not get ainstance-network-bandwidth
labels, but other instance types do. The equivalent instance types (e.g.c7i
) that do not have flex are properly labeled.The code in bandwidth_gen.go expects the bandwidth to always be the 5th column in the documentation, but for flex instances it is the 6th column due to the new "Baseline performance" feature.
It appears that
flex
instances are very new. Documentation example here.Expected Behavior:
All instances with explicit bandwidth values should have a
instance-network-bandwidth
label.Reproduction Steps (Please include YAML):
c7i-flex
instance typesinstance-network-bandwidth
labelVersions:
kubectl version
): v1.28.9-eks-036c24bThe text was updated successfully, but these errors were encountered: