palmsoftware/Quick OCP

Quickly deploy an OpenShift cluster on Github Actions hosted runners

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ocpPullSecretPull secret for OpenShift Localyes
crcMemoryMemory Allocation for OpenShift Localno10752
crcCpuCPU Allocation for OpenShift Localno4
enableTelemetryEnable telemetry for OpenShift Localnotrue
crcDiskSizeDisk size for OpenShift Localno31
bundleCacheCache the crc bundles for faster startupnofalse
waitForOperatorsReadyWait for all operators to be readynofalse
desiredOCPVersionOpenShift version to deploynolatest
crcVersionSpecific CRC version to use (overrides version detection and pinning)no""
disableConnectivityCheckDisable the connectivity check for OpenShift Mirrornofalse
enableClusterMonitoringEnable the cluster monitoring stack (requires minimum 14GiB memory)nofalse
operatorTimeoutTimeout in seconds for waiting for operators to become readyno600
httpProxyHTTP proxy URL for CRC (e.g., http://proxy.example.com:8080)no""
httpsProxyHTTPS proxy URL for CRC (e.g., http://proxy.example.com:8080)no""
noProxyComma-separated list of hosts/domains to exclude from proxyingno""
proxyCaFilePath to a CA certificate file for the proxyno""
preloadImagesNewline-separated list of container images to preload into the cluster registryno""
namedescription
crc-versionThe CRC version used
ocp-versionThe deployed OpenShift version
api-urlThe OpenShift API server URL
console-urlThe OpenShift web console URL
kubeadmin-passwordThe kubeadmin password for cluster authentication
kubeconfig-pathThe path to the kubeconfig file for cluster access
cache-hitWhether the CRC bundle cache was hit (true/false/disabled)
setup-durationTotal deployment time in seconds