Skip to content

Commit 567ff45

Browse files
committed
feat: add vind as local kubernetes
1 parent c29cdf5 commit 567ff45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/devspace/kubectl/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ func IsLocalKubernetes(kubeClient Client) bool {
220220

221221
context := kubeClient.CurrentContext()
222222
if strings.HasPrefix(context, "kind-") ||
223+
strings.HasPrefix(context, "vcluster-docker_") ||
223224
context == orbstackContext ||
224225
context == dockerDesktopContext ||
225226
context == dockerForDesktopContext {

0 commit comments

Comments
 (0)