mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 17:54:32 +00:00
Fix _deployment_mode_hint() to correctly map cluster_env=service → k3s mode. Previously 'service' was not handled in the normalized_env checks, causing fallthrough to build.deploy_env='Dev' → mode='dev' → k3d dependency required. On a k3s node (myrddin/merlin/gandalf) k3d is not installed and the DependenciesMilestone fatally aborted the install. Also fix get_required_dependency_ids(): k3s mode does not require k3d (k3s is provisioned on the cluster nodes by Ansible, not by the installer binary). Fixes: install.sh --mode k3s --reset failing with 'Dependencies unresolved after install attempts. Required: k3d' Co-authored-by: Junie <junie@jetbrains.com> |
||
|---|---|---|
| .. | ||
| core | ||
| ops | ||
| scripts | ||
| tools | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| config.py | ||
| core.py | ||
| deploy.py | ||
| deployment.py | ||
| knoe_conf.py | ||
| main.py | ||
| milestone.py | ||
| ncurses_installer.py | ||
| ncurses_ui.py | ||
| README.md | ||
| runner.py | ||
| screen.py | ||
| state.py | ||
| welcome.txt | ||
Moved
This document has moved. Please see the up-to-date installer guide at:
installer/README.md
The root-level file is kept only as a pointer to avoid breaking links during the refactor.