Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension fails to create cluster on macOS #11

Open
darpr opened this issue Oct 21, 2019 · 2 comments
Open

extension fails to create cluster on macOS #11

darpr opened this issue Oct 21, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@darpr
Copy link

darpr commented Oct 21, 2019

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

@itowlson itowlson added the enhancement New feature or request label Mar 4, 2020
@itowlson itowlson self-assigned this Mar 4, 2020
@itowlson
Copy link
Contributor

itowlson commented Mar 4, 2020

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

@darpr
Copy link
Author

darpr commented Mar 9, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants