kind-vscode icon indicating copy to clipboard operation
kind-vscode copied to clipboard

extension fails to create cluster on macOS

Open darpr opened this issue 6 years ago • 2 comments

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 avatar Oct 21 '19 07:10 darpr

@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.

itowlson avatar Mar 04 '20 21:03 itowlson

Thank you!

darpr avatar Mar 09 '20 07:03 darpr