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

Commit cecee4d

Browse files
authored
Merge pull request #1 from EnMasseProject/update-readme
Update README
2 parents 453d387 + 4c2c22c commit cecee4d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Minikube setup action
22

33
Action installs minikube to hosted VM environment.
4+
Minikube is installed and configured to run on Docker with self hosted registry.
5+
6+
## Registries
7+
8+
Custom registry runs on port 5000.
49

510
## Inputs
611

712
### `minikube-version`
813

9-
**Required** Minikube version. Default `"1.4.0"`.
14+
Minikube version. Default `"1.4.0"`.
1015

1116
### `k8s-version`
1217

13-
**Required** Version of Kubernetes you wish to use with Minikube. Default `"1.14.6"`.
18+
Version of Kubernetes you wish to use with Minikube. Default `"1.14.6"`.
1419

1520
## Example usage
1621
```

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Minikube setup with registry'
2-
description: 'Installs minikube in Github Actions.'
2+
author: Enmasse Project
3+
description: 'Installs minikube in Github Actions with custom registry.'
34
branding:
45
icon: 'cloud'
56
color: 'blue'

0 commit comments

Comments
 (0)