openyurtio / raven

provide layer 3 and layer 7 network connectivity among pods in different physical regions
Apache License 2.0
57 stars 37 forks source link

add featuregate framework #95

Closed luckymrwang closed 1 year ago

luckymrwang commented 1 year ago

It can turn some features on or off using the --feature-gates command line flag. Such as, raven L7 feature includes many components: gateway manager, dns manager, cert manager and so on. Some components code can be commited, but not executed initially. Because they are controlled through the L7 feature turn-off.

luckymrwang commented 1 year ago

/assign @luckymrwang