palmsoftware/Quick OCP
Quickly deploy an OpenShift cluster on Github Actions hosted runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ocpPullSecret | Pull secret for OpenShift Local | yes | — |
| crcMemory | Memory Allocation for OpenShift Local | no | 10752 |
| crcCpu | CPU Allocation for OpenShift Local | no | 4 |
| enableTelemetry | Enable telemetry for OpenShift Local | no | true |
| crcDiskSize | Disk size for OpenShift Local | no | 31 |
| bundleCache | Cache the crc bundles for faster startup | no | false |
| waitForOperatorsReady | Wait for all operators to be ready | no | false |
| desiredOCPVersion | OpenShift version to deploy | no | latest |
| crcVersion | Specific CRC version to use (overrides version detection and pinning) | no | "" |
| disableConnectivityCheck | Disable the connectivity check for OpenShift Mirror | no | false |
| enableClusterMonitoring | Enable the cluster monitoring stack (requires minimum 14GiB memory) | no | false |
| operatorTimeout | Timeout in seconds for waiting for operators to become ready | no | 600 |
| httpProxy | HTTP proxy URL for CRC (e.g., http://proxy.example.com:8080) | no | "" |
| httpsProxy | HTTPS proxy URL for CRC (e.g., http://proxy.example.com:8080) | no | "" |
| noProxy | Comma-separated list of hosts/domains to exclude from proxying | no | "" |
| proxyCaFile | Path to a CA certificate file for the proxy | no | "" |
| preloadImages | Newline-separated list of container images to preload into the cluster registry | no | "" |
Outputs
| name | description |
|---|---|
| crc-version | The CRC version used |
| ocp-version | The deployed OpenShift version |
| api-url | The OpenShift API server URL |
| console-url | The OpenShift web console URL |
| kubeadmin-password | The kubeadmin password for cluster authentication |
| kubeconfig-path | The path to the kubeconfig file for cluster access |
| cache-hit | Whether the CRC bundle cache was hit (true/false/disabled) |
| setup-duration | Total deployment time in seconds |