helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

fix minor typo #47

Closed goshlanguage closed 3 years ago

goshlanguage commented 3 years ago

Hey friends, there's a smol typo in the README.

Thanks for your work on this project

goshlanguage commented 3 years ago

Is this still a valid input? I've tried to use this like so and got the following failure:

    steps:
      - name: Create k8s Kind Cluster
        uses: helm/kind-action@v1.2.0
        with:
          kubectl_version: "1.18.16"
Setup Kubernetes (1.18.16)
Unexpected input(s) 'kubectl_version', valid inputs are ['version', 'config', 'node_image', 'cluster_name', 'wait', 'log_level']
davidkarlsen commented 3 years ago

Is this still a valid input? I've tried to use this like so and got the following failure:

    steps:
      - name: Create k8s Kind Cluster
        uses: helm/kind-action@v1.2.0
        with:
          kubectl_version: "1.18.16"
Setup Kubernetes (1.18.16)
Unexpected input(s) 'kubectl_version', valid inputs are ['version', 'config', 'node_image', 'cluster_name', 'wait', 'log_level']

It hasn't been released yet, try the main version