Skip to content

Enhance antctl to list specific featuregates prerequisites #7051

Open
@rajnkamr

Description

@rajnkamr

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

Metadata

Metadata

Assignees

Labels

area/component/antctlIssues or PRs releated to the command line interface componentkind/designCategorizes issue or PR as related to design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions