Description
Describe what you are trying to solve
Currently antctl get featuregates
display list of featuregates, their status(enabled/disabled) , version( Alpha/Beta/GA )
some of the features has prerequisites, so feature can work as designed
example IPAM needs enableBridgingMode, trafficEncapMode, noSNAT flags to be set to true
Describe the solution you have in mind
Extend antctl get featuregates command to support FeatureName, it will be supported for a set of features which has got additional flags like AntreaIPAM , AntreaProxy, SecondaryNetwork etc
antctl get featuregates <FeatureName>
Describe how your solution impacts user flows
Currently users must scroll through a long list of feature gates to find details about a specific/required feature flags .
With antctl extension to support FeatureName alongside featuregates, users can get precise details about a feature instantly.
Describe the main design/architecture of your solution
Alternative solutions that you considered
Test plan
Additional context