Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cni plugin not initialized #1675

Closed
TriplEight opened this issue Oct 22, 2020 · 2 comments
Closed

cni plugin not initialized #1675

TriplEight opened this issue Oct 22, 2020 · 2 comments

Comments

@TriplEight
Copy link

Please run microk8s inspect and attach the generated tarball to this issue.

We appreciate your feedback. Thank you for using microk8s.
the first inspect suggested

WARNING:  Docker is installed.
File "/etc/docker/daemon.json" does not exist.
You should create it and add the following lines:
{
    "insecure-registries" : ["localhost:32000"]
}

Which I did and then I repeated microk8s inspect and here you go:
inspection-report-20201022_160647.tar.gz

Logs from `snap logs -f microk8s`

2020-10-22T14:08:03Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:03.431325619+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:03Z microk8s.daemon-kubelet[56650]: E1022 16:08:03.431563   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:05Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:05.007101871+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:08:06Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:06.460033432+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:06Z microk8s.daemon-kubelet[56650]: E1022 16:08:06.460352   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:06Z microk8s.daemon-kubelet[56650]: E1022 16:08:06.460436   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:06Z microk8s.daemon-kubelet[56650]: E1022 16:08:06.460463   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:06Z microk8s.daemon-kubelet[56650]: E1022 16:08:06.460551   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:08Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:08.432182143+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:08Z microk8s.daemon-kubelet[56650]: E1022 16:08:08.432412   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:09Z microk8s.daemon-control-plane-kicker[256738]: microk8s:x:996:tripleight
2020-10-22T14:08:13Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:13.433142391+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:13Z microk8s.daemon-kubelet[56650]: E1022 16:08:13.433359   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:18Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:18.434424305+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:18Z microk8s.daemon-kubelet[56650]: E1022 16:08:18.435485   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:20Z microk8s.daemon-control-plane-kicker[257697]: microk8s:x:996:tripleight
2020-10-22T14:08:21Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:21.007269938+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:08:22Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:22.308145342+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:22Z microk8s.daemon-kubelet[56650]: E1022 16:08:22.308694   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:22Z microk8s.daemon-kubelet[56650]: E1022 16:08:22.308803   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:22Z microk8s.daemon-kubelet[56650]: E1022 16:08:22.308835   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:22Z microk8s.daemon-kubelet[56650]: E1022 16:08:22.308950   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:23Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:23.436138589+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:23Z microk8s.daemon-kubelet[56650]: E1022 16:08:23.436399   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:28Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:28.437092800+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:28Z microk8s.daemon-kubelet[56650]: E1022 16:08:28.437295   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:30Z microk8s.daemon-apiserver[56343]: I1022 16:08:30.303151   56343 client.go:360] parsed scheme: "passthrough"
2020-10-22T14:08:30Z microk8s.daemon-apiserver[56343]: I1022 16:08:30.307401   56343 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{unix:///var/snap/microk8s/1769/var/kubernetes/backend//kine.sock  <nil> 0 <nil>}] <nil> <nil>}
2020-10-22T14:08:30Z microk8s.daemon-apiserver[56343]: I1022 16:08:30.307444   56343 clientconn.go:948] ClientConn switching balancer to "pick_first"
2020-10-22T14:08:30Z microk8s.daemon-control-plane-kicker[258656]: microk8s:x:996:tripleight
2020-10-22T14:08:33Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:33.438019559+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:33Z microk8s.daemon-kubelet[56650]: E1022 16:08:33.438544   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:35Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:35.011862839+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:08:36Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:36.501057159+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:36Z microk8s.daemon-kubelet[56650]: E1022 16:08:36.501407   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:36Z microk8s.daemon-kubelet[56650]: E1022 16:08:36.501489   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:36Z microk8s.daemon-kubelet[56650]: E1022 16:08:36.501513   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:36Z microk8s.daemon-kubelet[56650]: E1022 16:08:36.501586   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:38Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:38.439219426+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:38Z microk8s.daemon-kubelet[56650]: E1022 16:08:38.439436   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:40Z microk8s.daemon-control-plane-kicker[260279]: microk8s:x:996:tripleight
2020-10-22T14:08:43Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:43.440152905+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:43Z microk8s.daemon-kubelet[56650]: E1022 16:08:43.441084   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:48Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:48.441762803+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:48Z microk8s.daemon-kubelet[56650]: E1022 16:08:48.441976   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:50Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:50.007176136+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:08:51Z microk8s.daemon-control-plane-kicker[262212]: microk8s:x:996:tripleight
2020-10-22T14:08:51Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:51.387932527+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:51Z microk8s.daemon-kubelet[56650]: E1022 16:08:51.388309   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:51Z microk8s.daemon-kubelet[56650]: E1022 16:08:51.388403   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:51Z microk8s.daemon-kubelet[56650]: E1022 16:08:51.388430   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:08:51Z microk8s.daemon-kubelet[56650]: E1022 16:08:51.388541   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:53Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:53.442680770+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:53Z microk8s.daemon-kubelet[56650]: E1022 16:08:53.442926   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:08:58Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:58.443778744+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:08:58Z microk8s.daemon-kubelet[56650]: E1022 16:08:58.444072   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:01Z microk8s.daemon-control-plane-kicker[263254]: microk8s:x:996:tripleight
2020-10-22T14:09:03Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:03.444663653+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:03Z microk8s.daemon-kubelet[56650]: E1022 16:09:03.444868   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:06Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:06.007519009+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:09:07Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:07.528609645+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:07Z microk8s.daemon-kubelet[56650]: E1022 16:09:07.528965   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:07Z microk8s.daemon-kubelet[56650]: E1022 16:09:07.529078   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:07Z microk8s.daemon-kubelet[56650]: E1022 16:09:07.529108   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:07Z microk8s.daemon-kubelet[56650]: E1022 16:09:07.529210   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:08Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:08.445623005+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:08Z microk8s.daemon-kubelet[56650]: E1022 16:09:08.445818   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:10Z microk8s.daemon-apiserver[56343]: I1022 16:09:10.379064   56343 client.go:360] parsed scheme: "passthrough"
2020-10-22T14:09:10Z microk8s.daemon-apiserver[56343]: I1022 16:09:10.379108   56343 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{unix:///var/snap/microk8s/1769/var/kubernetes/backend//kine.sock  <nil> 0 <nil>}] <nil> <nil>}
2020-10-22T14:09:10Z microk8s.daemon-apiserver[56343]: I1022 16:09:10.379119   56343 clientconn.go:948] ClientConn switching balancer to "pick_first"
2020-10-22T14:09:12Z microk8s.daemon-control-plane-kicker[264418]: microk8s:x:996:tripleight
2020-10-22T14:09:13Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:13.446406946+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:13Z microk8s.daemon-kubelet[56650]: E1022 16:09:13.446647   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:18Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:18.447450824+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:18Z microk8s.daemon-kubelet[56650]: E1022 16:09:18.447735   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:20Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:20.007236759+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:09:21Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:21.650323661+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:21Z microk8s.daemon-kubelet[56650]: E1022 16:09:21.650641   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:21Z microk8s.daemon-kubelet[56650]: E1022 16:09:21.650726   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:21Z microk8s.daemon-kubelet[56650]: E1022 16:09:21.650744   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:21Z microk8s.daemon-kubelet[56650]: E1022 16:09:21.650804   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:22Z microk8s.daemon-control-plane-kicker[265415]: microk8s:x:996:tripleight
2020-10-22T14:09:23Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:23.448447658+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:23Z microk8s.daemon-kubelet[56650]: E1022 16:09:23.448726   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:28Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:28.449274454+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:28Z microk8s.daemon-kubelet[56650]: E1022 16:09:28.449457   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:32Z microk8s.daemon-control-plane-kicker[266476]: microk8s:x:996:tripleight
2020-10-22T14:09:33Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:33.450163033+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:33Z microk8s.daemon-kubelet[56650]: E1022 16:09:33.450569   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:37Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:37.007302088+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:09:38Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:38.451139057+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:38Z microk8s.daemon-kubelet[56650]: E1022 16:09:38.452749   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:38Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:38.581606521+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:38Z microk8s.daemon-kubelet[56650]: E1022 16:09:38.582267   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:38Z microk8s.daemon-kubelet[56650]: E1022 16:09:38.582416   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:38Z microk8s.daemon-kubelet[56650]: E1022 16:09:38.582445   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:38Z microk8s.daemon-kubelet[56650]: E1022 16:09:38.582581   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:43Z microk8s.daemon-control-plane-kicker[268224]: microk8s:x:996:tripleight
2020-10-22T14:09:43Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:43.453420409+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:43Z microk8s.daemon-kubelet[56650]: E1022 16:09:43.453617   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:48Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:48.454372675+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:48Z microk8s.daemon-kubelet[56650]: E1022 16:09:48.454653   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:50Z microk8s.daemon-apiserver[56343]: I1022 16:09:50.380997   56343 client.go:360] parsed scheme: "passthrough"
2020-10-22T14:09:50Z microk8s.daemon-apiserver[56343]: I1022 16:09:50.381040   56343 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{unix:///var/snap/microk8s/1769/var/kubernetes/backend//kine.sock  <nil> 0 <nil>}] <nil> <nil>}
2020-10-22T14:09:50Z microk8s.daemon-apiserver[56343]: I1022 16:09:50.381054   56343 clientconn.go:948] ClientConn switching balancer to "pick_first"
2020-10-22T14:09:52Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:52.007016165+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:09:53Z microk8s.daemon-control-plane-kicker[269452]: microk8s:x:996:tripleight
2020-10-22T14:09:53Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:53.441624987+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:53Z microk8s.daemon-kubelet[56650]: E1022 16:09:53.441893   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:53Z microk8s.daemon-kubelet[56650]: E1022 16:09:53.441952   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:53Z microk8s.daemon-kubelet[56650]: E1022 16:09:53.441968   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:09:53Z microk8s.daemon-kubelet[56650]: E1022 16:09:53.442029   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:09:53Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:53.455474529+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:53Z microk8s.daemon-kubelet[56650]: E1022 16:09:53.455694   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:09:58Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:09:58.456309343+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:09:58Z microk8s.daemon-kubelet[56650]: E1022 16:09:58.457881   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:03Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:03.458681820+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:03Z microk8s.daemon-kubelet[56650]: E1022 16:10:03.458911   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:03Z microk8s.daemon-control-plane-kicker[270633]: microk8s:x:996:tripleight
2020-10-22T14:10:08Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:08.007458133+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:10:08Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:08.459552341+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:08Z microk8s.daemon-kubelet[56650]: E1022 16:10:08.460137   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:09Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:09.699348368+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:10:09Z microk8s.daemon-kubelet[56650]: E1022 16:10:09.702624   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:09Z microk8s.daemon-kubelet[56650]: E1022 16:10:09.702692   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:09Z microk8s.daemon-kubelet[56650]: E1022 16:10:09.702708   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:09Z microk8s.daemon-kubelet[56650]: E1022 16:10:09.702763   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:10:13Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:13.460699052+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:13Z microk8s.daemon-kubelet[56650]: E1022 16:10:13.460885   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:14Z microk8s.daemon-control-plane-kicker[272392]: microk8s:x:996:tripleight
2020-10-22T14:10:18Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:18.461734073+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:18Z microk8s.daemon-kubelet[56650]: E1022 16:10:18.462003   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:21Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:21.007068322+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:10:22Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:22.437620559+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:10:22Z microk8s.daemon-kubelet[56650]: E1022 16:10:22.437924   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:22Z microk8s.daemon-kubelet[56650]: E1022 16:10:22.437993   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:22Z microk8s.daemon-kubelet[56650]: E1022 16:10:22.438019   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:22Z microk8s.daemon-kubelet[56650]: E1022 16:10:22.438101   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:10:23Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:23.462693821+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:23Z microk8s.daemon-kubelet[56650]: E1022 16:10:23.462892   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:24Z microk8s.daemon-control-plane-kicker[273578]: microk8s:x:996:tripleight
2020-10-22T14:10:28Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:28.463625047+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:28Z microk8s.daemon-kubelet[56650]: E1022 16:10:28.463801   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:28Z microk8s.daemon-apiserver[56343]: I1022 16:10:28.750733   56343 client.go:360] parsed scheme: "passthrough"
2020-10-22T14:10:28Z microk8s.daemon-apiserver[56343]: I1022 16:10:28.750771   56343 passthrough.go:48] ccResolverWrapper: sending update to cc: {[{unix:///var/snap/microk8s/1769/var/kubernetes/backend//kine.sock  <nil> 0 <nil>}] <nil> <nil>}
2020-10-22T14:10:28Z microk8s.daemon-apiserver[56343]: I1022 16:10:28.750808   56343 clientconn.go:948] ClientConn switching balancer to "pick_first"
2020-10-22T14:10:33Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:33.464564487+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:33Z microk8s.daemon-kubelet[56650]: E1022 16:10:33.464774   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:34Z microk8s.daemon-control-plane-kicker[274717]: microk8s:x:996:tripleight
2020-10-22T14:10:37Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:37.007294538+02:00" level=info msg="RunPodsandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,}"
2020-10-22T14:10:38Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:38.465583597+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"
2020-10-22T14:10:38Z microk8s.daemon-kubelet[56650]: E1022 16:10:38.465790   56650 kubelet.go:2103] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
2020-10-22T14:10:38Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:10:38.665415387+02:00" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:calico-node-qtgzd,Uid:3ee73713-b402-4936-a2b2-1eab6cf50677,Namespace:kube-system,Attempt:0,} failed, error" error="failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": failed to copy: httpReaderSeeker: failed open: failed to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:10:38Z microk8s.daemon-kubelet[56650]: E1022 16:10:38.665712   56650 remote_runtime.go:113] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:38Z microk8s.daemon-kubelet[56650]: E1022 16:10:38.665786   56650 kuberuntime_sandbox.go:69] CreatePodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:38Z microk8s.daemon-kubelet[56650]: E1022 16:10:38.665810   56650 kuberuntime_manager.go:730] createPodSandbox for pod "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" failed: rpc error: code = Unknown desc = failed to get sandbox image "k8s.gcr.io/pause:3.1": failed to pull image "k8s.gcr.io/pause:3.1": failed to pull and unpack image "k8s.gcr.io/pause:3.1": failed to copy: httpReaderSeeker: failed open: failed to do request: Get "https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host
2020-10-22T14:10:38Z microk8s.daemon-kubelet[56650]: E1022 16:10:38.665888   56650 pod_workers.go:191] Error syncing pod 3ee73713-b402-4936-a2b2-1eab6cf50677 ("calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)"), skipping: failed to "CreatePodSandbox" for "calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)" with CreatePodSandboxError: "CreatePodSandbox for pod \"calico-node-qtgzd_kube-system(3ee73713-b402-4936-a2b2-1eab6cf50677)\" failed: rpc error: code = Unknown desc = failed to get sandbox image \"k8s.gcr.io/pause:3.1\": failed to pull image \"k8s.gcr.io/pause:3.1\": failed to pull and unpack image \"k8s.gcr.io/pause:3.1\": fa
@ktsakalozos
Copy link
Member

Hi @TriplEight

I see in the logs this:

led to do request: Get \"https://storage.googleapis.com/eu.artifacts.k8s-artifacts-prod.appspot.com/containers/images/sha256:67ddbfb20a22d7c0ea0df568069e7ffc42378467402d04f28ecfa244e78c5eb8\": dial tcp: lookup storage.googleapis.com on 127.0.0.53:53: no such host"
2020-10-22T14:08:23Z microk8s.daemon-containerd[56113]: time="2020-10-22T16:08:23.436138589+02:00" level=error msg="Failed to load cni configuration" error="cni config load failed: no network config found in /var/snap/microk8s/1769/args/cni-network: cni plugin not initialized: failed to load cni config"

Are you behind a proxy/firewall?

@TriplEight
Copy link
Author

TriplEight commented Oct 23, 2020

Hmm, yeah, it was in my router's adblock policies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants