https://github.com/sagikazarmark/setup-minikube-action
GitHub Action to install minikube
https://github.com/sagikazarmark/setup-minikube-action
Last synced: 7 months ago
JSON representation
GitHub Action to install minikube
- Host: GitHub
- URL: https://github.com/sagikazarmark/setup-minikube-action
- Owner: sagikazarmark
- License: mit
- Created: 2021-09-07T01:41:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T01:52:04.000Z (about 4 years ago)
- Last Synced: 2025-03-06T18:52:47.579Z (7 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set up minikube action
[](https://github.com/sagikazarmark/setup-minikube-action/actions?query=workflow%3ACI)
**GitHub Action to install [minikube](https://minikube.sigs.k8s.io).**
## Usage
Add the following **after** your checkout step:
```yaml
- name: Set up minikube
uses: sagikazarmark/setup-minikube-action@v0- name: Launch minikube cluster
run: minikube start
```### Inputs
Following inputs can be used as `step.with` keys
| Name | Type | Description |
|---------------------|---------|------------------------------------|
| `version` | String | The minikube version to use. |> * Required fields
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.