prepare_cluster_installation
Generates the openshift-install command for cluster provisioning, using specified install directory, installer path, and log level. Returns the command without starting the installation.
Instructions
Prepare cluster installation command.
This tool doesn't actually start the installation (which can take 30-60 minutes), but provides the command to run.
Args: install_dir: Installation directory installer_path: Path to openshift-install binary (default: 'openshift-install') log_level: Log level (debug, info, warn, error)
Returns: Installation command and information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_level | No | info | |
| install_dir | Yes | ||
| installer_path | No | openshift-install |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||