Allow to disable kind cluster management for testing #915

Merged
dboreham merged 6 commits from dboreham/kind-cluster-management into main 2024-08-13 17:48:16 +00:00
Showing only changes of commit 5d4fdbf220 - Show all commits

View File

@ -108,7 +108,7 @@ def up_operation(ctx, services_list, stay_attached=False, skip_cluster_managemen
_orchestrate_cluster_config(global_context, cluster_context.config, deploy_context.deployer, container_exec_env)
def down_operation(ctx, delete_volumes, extra_args_list):
def down_operation(ctx, delete_volumes, extra_args_list, skip_cluster_management=False):
timeout_arg = None
if extra_args_list:
timeout_arg = extra_args_list[0]