shivanshs9 / setup-k8s-operator-sdk

Set up your Github Actions Workflow with a specific version of operator-sdk
https://github.com/marketplace/actions/setup-operator-sdk-action
MIT License
2 stars 5 forks source link
github-actions k8s-operator operator-sdk setup-actions

setup-k8s-operator-sdk

Build and Release

Setup operator-sdk with a single GitHub action!

This GitHub Action optionally downloads and caches operator-sdk binary for use in your own Github Action Workflows. Just specify the version according to semver spec and you're good to go!

This action assumes a Linux or MacOS environment, and will not work on Windows, since operator-sdk is only packaged for linux/macos/s390x.

Usage

See action.yml for more details.

steps:
  - uses: shivanshs9/setup-k8s-operator-sdk@v1
    with:
      version: "^0.17.0" # The operator-sdk version to download (if necessary) and use.

Required inputs:

Related Actions

License

The scripts and documentation in this project are released under the MIT License