Skip to content

Commit

Permalink
external: enable the v2 port by default in downstream
Browse files Browse the repository at this point in the history
for 4.18 we will use the default v2 settings from the cluster CR
So ask python script to fetch only v2 port

Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Oct 9, 2024
1 parent bb86077 commit 94be12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/examples/create-external-cluster-resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def gen_arg_parser(cls, args_to_parse=None):
common_group.add_argument(
"--v2-port-enable",
action="store_true",
default=False,
default=True, # default is True to enable v2 mon port in downstream
help="Enable v2 mon port(3300) for mons",
)

Expand Down

0 comments on commit 94be12b

Please sign in to comment.