We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ laconic-so --stack fixturenet-laconic-loaded deploy create --spec-file fixturenet-laconic-spec.yml --deployment-dir fixturenet-laconic-deployment Traceback (most recent call last): File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/bin/laconic-so", line 33, in <module> sys.exit(load_entry_point('laconic-stack-orchestrator', 'console_scripts', 'laconic-so')()) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/venv/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func return f(get_current_context(), *args, **kwargs) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/stack_orchestrator/deploy/deployment_create.py", line 372, in create return create_operation(deployment_command_context, spec_file, deployment_dir, network_dir, initial_peers) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/stack_orchestrator/deploy/deployment_create.py", line 446, in create_operation deployer_config_generator.generate(deployment_dir_path) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/stack_orchestrator/deploy/k8s/deploy_k8s.py", line 365, in generate content = generate_kind_config(deployment_dir) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/stack_orchestrator/deploy/k8s/helpers.py", line 223, in generate_kind_config mounts_yml = _generate_kind_mounts(parsed_pod_files_map, deployment_dir) File "/home/david/projects/cerc/branches/k8s/stack-orchestrator/stack_orchestrator/deploy/k8s/helpers.py", line 159, in _generate_kind_mounts f" - hostPath: {_make_absolute_host_path(volume_host_path_map[volume_name], deployment_dir)}\n" KeyError: '../config/fixturenet-laconicd/create-fixturenet.sh'
The text was updated successfully, but these errors were encountered:
dboreham
No branches or pull requests
The text was updated successfully, but these errors were encountered: