Support multiple NodePorts, static NodePort mapping, and add 'replicas' spec option #913

Merged
telackey merged 4 commits from telackey/nodeports into main 2024-08-09 02:32:07 +00:00
Showing only changes of commit 5c65f9c432 - Show all commits

View File

@ -519,7 +519,6 @@ def create_operation(deployment_command_context, spec_file, deployment_dir, netw
source_config_dir = resolve_config_dir(stack_name, configmap)
if os.path.exists(source_config_dir):
destination_config_dir = deployment_dir_path.joinpath("configmaps", configmap)
print(source_config_dir, destination_config_dir)
copytree(source_config_dir, destination_config_dir, dirs_exist_ok=True)
# Delegate to the stack's Python code