Skip to content

Repository files navigation

install-kind action

CI

Install the kind CLI for the requested version. Attempts to fetch pre-built binaries from the GitHub releases page, or builds from source if a build version is not found.

Usage

See action.yml

- uses: reconcilerio/install-kind-action@v1
  with:
    # Optional version.
    # The kind version to install. Resolved as a reference in the sigs.k8s.io/kind module.
    # Default: 'latest'
    version: ''

Basic:

steps:
- uses: reconcilerio/install-kind-action@v1
- run: kind create cluster

When building from source, an appropriate go toolchain is required. If unsure, favor a more recent toolchain version.

Nested actions

Community

Code of Conduct

The reconciler.io projects follow the Contributor Covenant Code of Conduct. In short, be kind and treat others with respect.

Communication

General discussion and questions about the project can occur either on the Kubernetes Slack #reconcilerio channel, or in the project's GitHub discussions. Use the channel you find most comfortable.

Contributing

The reconciler.io wa8s project team welcomes contributions from the community. A contributor license agreement (CLA) is not required. You own full rights to your contribution and agree to license the work to the community under the Apache License v2.0, via a Developer Certificate of Origin (DCO). For more detailed information, refer to CONTRIBUTING.md.

License

Apache License v2.0: see LICENSE for details.

About

Install the kind CLI

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors