We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c29cdf5 + 567ff45 commit 9c7a7d3Copy full SHA for 9c7a7d3
pkg/devspace/kubectl/util.go
@@ -220,6 +220,7 @@ func IsLocalKubernetes(kubeClient Client) bool {
220
221
context := kubeClient.CurrentContext()
222
if strings.HasPrefix(context, "kind-") ||
223
+ strings.HasPrefix(context, "vcluster-docker_") ||
224
context == orbstackContext ||
225
context == dockerDesktopContext ||
226
context == dockerForDesktopContext {
0 commit comments