You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Have a [kubeconfig](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) file (default location is `~/.kube/config`).
10
+
* !!! note "Windows users"
11
+
If you are running Argo CD on Windows, ensure the following before continuing:
12
+
13
+
- Docker Desktop is installed and **running**
14
+
- Docker Desktop is configured to use **WSL 2**
15
+
- WSL 2 is enabled and set as the default version
16
+
17
+
Local Kubernetes clusters such as kind, Minikube, or Docker Desktop rely on WSL 2 for Linux containers on Windows.
10
18
* CoreDNS. Can be enabled for microk8s by `microk8s enable dns && microk8s stop && microk8s start`
0 commit comments