https://github.com/oavdeev/kind-cluster-buildkite-plugin
https://github.com/oavdeev/kind-cluster-buildkite-plugin
buildkite-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oavdeev/kind-cluster-buildkite-plugin
- Owner: oavdeev
- License: mit
- Created: 2021-06-01T02:34:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T21:32:08.000Z (about 4 years ago)
- Last Synced: 2025-01-25T06:12:14.658Z (8 months ago)
- Topics: buildkite-plugin
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kind cluster buildkite plugin [alpha]
This will set up and tear down a [kind](https://github.com/kubernetes-sigs/kind/)
cluster for a buildkite step.## Example
Add the following to your `pipeline.yml`:
```yml
steps:
- command: ls
plugins:
- oavdeev/kind-cluster-buildkite-plugin#v0.1:
```