Skip to content

Commit 9c7a7d3

Browse files
authored
Merge pull request #3151 from FabianKramm/main
feat: add vind as local kubernetes
2 parents c29cdf5 + 567ff45 commit 9c7a7d3

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)