https://github.com/actionhippie/setup-kind
Action to install the Kind binary
https://github.com/actionhippie/setup-kind
action github
Last synced: 2 months ago
JSON representation
Action to install the Kind binary
- Host: GitHub
- URL: https://github.com/actionhippie/setup-kind
- Owner: actionhippie
- License: apache-2.0
- Created: 2025-10-05T19:49:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-04-20T09:53:06.000Z (2 months ago)
- Last Synced: 2026-04-20T11:38:46.143Z (2 months ago)
- Topics: action, github
- Language: Nix
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-kind
[](https://github.com/actionhippie/setup-kind) [](https://github.com/actionhippie/setup-kind/actions/workflows/testing.yml)
[GitHub Action](https://github.com/features/actions) to install the
[Kind][kind] binary.
## Usage
```yml
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/setup-kind@v1
- run: kind --help
```
## Inputs
### `version`
Version of the Kind binary
## Outputs
None
## Security
If you find a security issue please contact thomas@webhippie.de first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2024 Thomas Boerger
```
[kind]: https://kind.sigs.k8s.io/