Загрузка данных


[altlinux@k8s-srv1 ~]$ sudo kubeadm config images pull --config /etc/kubernetes/kubeadm-config.yaml 
W0416 04:58:42.134461    6445 common.go:100] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "ClusterConfiguration"). Please use 'kubeadm config migrate --old-config old-config-file --new-config new-config-file', which will write the new, similar spec using a newer API version.
W0416 04:58:42.135194    6445 common.go:100] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta3" (kind: "InitConfiguration"). Please use 'kubeadm config migrate --old-config old-config-file --new-config new-config-file', which will write the new, similar spec using a newer API version.
W0416 04:58:42.136003    6445 utils.go:69] The recommended value for "clusterDNS" in "KubeletConfiguration" is: [10.96.0.10]; the provided value is: [169.254.25.10]
[config/images] Pulled registry.k8s.io/kube-apiserver:v1.35.0
[config/images] Pulled registry.k8s.io/kube-controller-manager:v1.35.0
[config/images] Pulled registry.k8s.io/kube-scheduler:v1.35.0
error: failed to pull image "registry.k8s.io/kube-proxy:v1.35.0": failed to pull image registry.k8s.io/kube-proxy:v1.35.0: failed to pull and unpack image "registry.k8s.io/kube-proxy:v1.35.0": failed to resolve image: failed to do request: Head "https://registry.k8s.io/v2/kube-proxy/manifests/v1.35.0": dial tcp: lookup registry.k8s.io on 8.8.8.8:53: no such host
To see the stack trace of this error execute with --v=5 or higher
[altlinux@k8s-srv1 ~]$