extension fails to create cluster on macOS
I am on macOS (v10.14.5 - 18F132). After installing kind extension, I get the following error from VS Code, when executing the "Create Cluster" operation:
/bin/sh: kind: command not found
On my machine, the kind binary is located in $GOPATH. How do I configure extension to look for kind from the correct location?
Extension Details:
Name: Kubernetes Kind Id: ms-kubernetes-tools.kind-vscode Description: Work with the Kind local Kubernetes provider in Visual Studio Code Version: 0.0.2 Publisher: Microsoft VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.kind-vscode
@darpr sorry for missing this (now long-ago) issue - for some reason I was not set to watch this repo.
At the moment, the Kind extension depends on kind being in the system PATH. I'll add a config setting to specify an explicit location.
Thank you!