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

kind action ignores node image argument #17

Closed monotek closed 4 years ago

monotek commented 4 years ago

kind action ignores image argument and uses kindest/node:v1.17.0 image all the time

my config:

workflow where the configured versions are not used:

monotek commented 4 years ago

my fault. "node-image" variable needs to be "node_image".