Skip to content

efcloud/gh-actions-kind-env

 
 

Repository files navigation

K8S test environment creator

This action is to

Inputs

  • kind-version

    Required The version of kind. Default v0.5.1.

  • kubefwd-version

    Required The version of kubefwd. Default v1.9.2.

  • bepatient-version

    Required The version of bepatient. Default v0.1.0.

Example usage

    - name: Create cluster
      uses: rockyhmchen/gh-actions-kind-env@master
      with:
        kind-version: "v0.5.1"
        kubefwd-version: "v1.9.2"
        bepatient-version: "v0.1.0"

About

GitHub Action - Create a K8S cluster for integration tests with kind

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 50.8%
  • JavaScript 49.2%