{"id":15638409,"url":"https://github.com/manusa/actions-setup-minikube","last_synced_at":"2026-03-09T12:09:21.810Z","repository":{"id":40409697,"uuid":"220602533","full_name":"manusa/actions-setup-minikube","owner":"manusa","description":"Set up your GitHub Actions workflow with a specific version of Minikube and Kuberentes","archived":false,"fork":false,"pushed_at":"2025-01-16T13:51:16.000Z","size":16197,"stargazers_count":61,"open_issues_count":11,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T04:23:42.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manusa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-09T06:39:50.000Z","updated_at":"2025-01-16T13:50:10.000Z","dependencies_parsed_at":"2023-02-08T07:00:36.534Z","dependency_job_id":"68a5a2cc-160d-4053-914e-eed08afc57f1","html_url":"https://github.com/manusa/actions-setup-minikube","commit_stats":{"total_commits":115,"total_committers":6,"mean_commits":"19.166666666666668","dds":0.04347826086956519,"last_synced_commit":"0e8062ceff873bd77979f39cf8fd3621416afe4d"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-minikube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-minikube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-minikube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manusa%2Factions-setup-minikube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manusa","download_url":"https://codeload.github.com/manusa/actions-setup-minikube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882437,"owners_count":20687889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T11:21:32.444Z","updated_at":"2026-03-09T12:09:21.803Z","avatar_url":"https://github.com/manusa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Setup Minikube GitHub Action\n===============================\n\n[\u003cimg src=\"https://github.com/manusa/actions-setup-minikube/workflows/Perform checks/badge.svg\"/\u003e](https://github.com/manusa/actions-setup-minikube/actions)\n[![Run action (E2E tests)](https://github.com/manusa/actions-setup-minikube/actions/workflows/runner.yml/badge.svg)](https://github.com/manusa/actions-setup-minikube/actions/workflows/runner.yml)\n\nSet up your GitHub Actions workflow with a specific version of\n[Minikube](https://github.com/kubernetes/minikube)\nand [Kubernetes](https://github.com/kubernetes/kubernetes).\n\n_Currently only Linux Ubuntu 18.04, 20.04, 22.04, or 24.04\n[CI environment](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions)\nis supported._\n\n## Usage\n\n### Basic\n\n```yaml\nname: Example workflow\n\non: [push]\n\njobs:\n  example:\n    name: Example Minikube-Kubernetes Cluster interaction\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Setup Minikube\n        uses: manusa/actions-setup-minikube@v2.16.1\n        with:\n          minikube version: 'v1.35.0'\n          kubernetes version: 'v1.33.0'\n          github token: ${{ secrets.GITHUB_TOKEN }}\n      - name: Interact with the cluster\n        run: kubectl get nodes\n```\n\n### Required input parameters\n\n| Parameter            | Description                                                                       |\n|----------------------|-----------------------------------------------------------------------------------|\n| `minikube version`   | Minikube [version](https://github.com/kubernetes/minikube/releases) to deploy     |\n| `kubernetes version` | Kubernetes [version](https://github.com/kubernetes/kubernetes/releases) to deploy |\n\n### Optional input parameters\n\n| Parameter           | Description                                                                                                                              |\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `github token`      | GITHUB_TOKEN secret value to access GitHub REST API with an unlimited number of requests (optional but recommended)                      |\n| `driver`            | Minikube [driver](https://minikube.sigs.k8s.io/docs/drivers/) to use. This action supports `none` (default if not specified) or `docker` |\n| `container runtime` | The container runtime to be used (valid options: docker, cri-o, containerd)                                                              |\n| `start args`        | Additional arguments to append to [`minikube start`](https://minikube.sigs.k8s.io/docs/commands/start/) command                          |\n\n## License\n\nThe scripts and documentation in this project are released under the [Apache 2.0](./LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Factions-setup-minikube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanusa%2Factions-setup-minikube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanusa%2Factions-setup-minikube/lists"}