You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
MicroShift OpenShift Cluster
v0.1
Pre-release
A GitHub Action for starting an OpenShift cluster using Microshift.
Create a workflow YAML file in your .github/workflows
directory. An example workflow is available below.
For more information, reference the GitHub Docs for Understanding GitHub Actions.
For more information on inputs, see the API Documentation
version
: The Microshift version to use (default: latest version)
Create a workflow (eg: .github/workflows/create-cluster.yml
):
name: Create Cluster
on: pull_request
jobs:
create-cluster:
runs-on: ubuntu-latest
steps:
- name: Microshift OpenShift Cluster
uses: tadayosi/microshift-action@v0
This uses @tadayosi/microshift-action GitHub Action to spin up a Microshift OpenShift cluster on every Pull Request.