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

Commit

Permalink
Merge pull request #1 from EnMasseProject/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
obabec authored Feb 21, 2020
2 parents 453d387 + 4c2c22c commit cecee4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# 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`

**Required** Minikube version. Default `"1.4.0"`.
Minikube version. Default `"1.4.0"`.

### `k8s-version`

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

## Example usage
```
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 'Minikube setup with registry'
description: 'Installs minikube in Github Actions.'
author: Enmasse Project
description: 'Installs minikube in Github Actions with custom registry.'
branding:
icon: 'cloud'
color: 'blue'
Expand Down

0 comments on commit cecee4d

Please sign in to comment.