Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

EnMasseProject/minikube-setup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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