Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

MicroShift OpenShift Cluster

Actions
Create a MicroShift cluster
v0.1
Pre-release
Star (7)

Microshift OpenShift Cluster Action

A GitHub Action for starting an OpenShift cluster using Microshift.

Usage

Pre-requisites

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.

Inputs

For more information on inputs, see the API Documentation

  • version: The Microshift version to use (default: latest version)

Example Workflow

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.

MicroShift OpenShift Cluster is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create a MicroShift cluster
v0.1
Pre-release

MicroShift OpenShift Cluster is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.