Quick OCP
Version updated for https://github.com/palmsoftware/quick-ocp to version v0.0.30.
- This action is used across all versions by 14 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The quick-ocp GitHub Action automates the deployment of an OpenShift Container Platform (OCP) cluster using OpenShift Local in GitHub Actions runners, enabling rapid testing in a full OpenShift environment. It addresses the need for quick and resource-efficient OCP cluster setup, even on low-resource runners, and includes features like version control, connectivity checks, and support for specifying OpenShift versions. This action simplifies development workflows by offering a streamlined way to test and validate code against OpenShift clusters.
Release notes
What’s Changed
Features
- Add
preloadImagesinput for mirroring container images into the cluster’s internal OpenShift registry (#49)
Full Changelog: https://github.com/palmsoftware/quick-ocp/compare/v0.0.29...v0.0.30