Run the preflight check to verify that your environment meets all requirements before you prebake the model.
Run the preflight check script.
python3 prebake-models.py --preflight-check
The utility validates the following:
| Check | Description |
|---|---|
| kubectl availability | Confirms kubectl is installed. |
| Cluster connectivity | Verifies access to Kubernetes. |
| pip availability | Confirms Python package manager. |
| Python dependencies | Validates required libraries. |
| Local disk space | Confirms sufficient free space. |