skip to Main Content

Install Calico on Kubernetes with docker-desktop on Windows

I'm trying to install calico locally (for development/testing) on Kubernetes with docker-desktop (Windows with WSL2). I want to install it to test network policies. I'm following the following quickstart guide: https://projectcalico.docs.tigera.io/getting-started/kubernetes/quickstart I don't see any pods in the calico-system namespace…

VIEW QUESTION

Docker Desktop for Windows cannot enable kubernetes with error x509: certificate signed by unknown authority

I am trying to enable kubernetes for Docker Desktop. Kubernetes is however failing to start. My log file shows: cannot get lease for master node: Get "https://kubernetes.docker.internal:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/docker-desktop": x509: certificate signed by unknown authority: Get "https://kubernetes.docker.internal:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/docker-desktop": x509: certificate signed by unknown…

VIEW QUESTION

Unable to pull any docker image

running: docker run -d -p 80:80 docker/getting-started output: Unable to find image 'docker/getting-started:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": unable to connect to 34.205.13.154:443. Do you need an HTTP proxy?. How to fix the above error? This is…

VIEW QUESTION
Back To Top
Search