extract_openshift_installer
Extract the OpenShift installer binary from a release image to start provisioning an IPI cluster.
Instructions
Extract openshift-install binary from a release image.
Args: release_image: OpenShift release image URL (e.g., 'quay.io/openshift-release-dev/ocp-release:4.17.0-x86_64') output_dir: Directory to extract installer to (default: current directory)
Returns: Extraction results and next steps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | . | |
| release_image | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||