You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
P2 git clone issue: clone to an existing folder may raise error, so the code pai/kubespray may be unsuccessfully cloned. deployment process refine #5077
no need to install kubectl , users can use dev-box instead
P3 all the user config should be together; all the generated config files are mixed in pai-deploy folder, some generated config can be reused when uninstall.
P3 a cluster of (4GPU, 4GPU, 2GPU) will be auto-configured as (2GPU, 2GPU, 2GPU) due to the assumption of homogeneity; (openpai-generator.py)
proposed solution:
let the user define the config instead of auto-generation;
check if the config meet the requirements before deployment;
P3 pure-CPU deployment:
auto-check in config;
--dry-run deprecated is deprecated
How to add and remove nodes
doc issue
-w -m -c arguments are parsed twice
The text was updated successfully, but these errors were encountered:
checkout
is placed beforecd /pai
deployment process refine #5077The text was updated successfully, but these errors were encountered: