File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/aks-preview/azext_aks_preview Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,6 @@ def load_arguments(self, _):
11311131 c .argument ("enable_upstream_kubescheduler_user_configuration" , action = "store_true" , is_preview = True )
11321132 c .argument (
11331133 "enable_gateway_api" ,
1134- options_list = ["--enable-gateway-api" ],
11351134 action = "store_true" ,
11361135 help = "Enable managed installation of Gateway API CRDs from the standard release channel."
11371136 )
@@ -1598,13 +1597,11 @@ def load_arguments(self, _):
15981597 c .argument ("disable_upstream_kubescheduler_user_configuration" , action = "store_true" , is_preview = True )
15991598 c .argument (
16001599 "enable_gateway_api" ,
1601- options_list = ["--enable-gateway-api" ],
16021600 action = "store_true" ,
16031601 help = "Enable managed installation of Gateway API CRDs from the standard release channel."
16041602 )
16051603 c .argument (
16061604 "disable_gateway_api" ,
1607- options_list = ["--disable-gateway-api" ],
16081605 action = "store_true" ,
16091606 help = "Disable managed installation of Gateway API CRDs."
16101607 )
You can’t perform that action at this time.
0 commit comments