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

Latest commit

 

History

History
26 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 525 Bytes

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