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

GitHub Action

Minikube setup with registry

V1.0.2

Minikube setup with registry

cloud

Minikube setup with registry

Installs minikube in Github Actions with custom registry

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Minikube setup with registry

uses: EnMasseProject/[email protected]

Learn more about this action in EnMasseProject/minikube-setup

Choose a version

Minikube setup action

Action installs minikube to hosted VM environment.

Inputs

minikube-version

Required Minikube version. Default "1.4.0".

k8s-version

Required Version of Kubernetes you wish to use with Minikube. Default "1.14.6".

Example usage

- name: Minikube setup with registry
      uses: EnMasseProject/[email protected]
      with:
        k8s-version: 1.15.0