Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: 1.15.1
Cloud being used: bare-metal
Installation method: kubadm
Host OS: Centos 7
CNI and version:
CRI and version:
Hi all,
Since few days, I try to install a K8s cluster with kubadm but when I run the command kubeadmin init I’m experiencing image pull issues…
sudo kubeadm init --pod-network-cidr=172.16.0.0/16
[ERROR ImagePull]: failed to pull image k8s.gcr.io/kube-apiserver:v1.15.1: output: Error response from daemon: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)**
…
…
I tried to manually download the image with noluck
docker pull k8s.gcr.io/kube-apiserver:v1.15.1
Error response from daemon: Get https://k8s.gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)**
Last week, the same command worked like a charm … I don’t have any proxy or firewall rules configured in my network.
Any ideas?
Thanks