Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 19:51
· 8 commits to master since this release
2eab7e9

This release enables the option to pass a specific path for kubeconfig like so:

provider "kind" {}

resource "kind_cluster" "default" {
    name = "test-cluster"
    kubeconfig_path = "/tmp/kind-provider-test/new_file"
}