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.1

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. Minikube is installed and configured to run on Docker with self hosted registry.

Registries

Custom registry runs on port 5000.

Inputs

minikube-version

Minikube version. Default "1.4.0".

k8s-version

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