Skip to main content

Hi All,

 

We gor folling error while performing .\main.ps1 powershell script, node status NOTREADY.

 

ERROR in NODE:
Ready            False   Tue, 13 Aug 2024 09:01:03 +0300   Tue, 13 Aug 2024 08:26:56 +0300   KubeletNotReady              container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized

 


ERROR in POD:
NAMESPACE     LAST SEEN   TYPE      REASON                            OBJECT                   MESSAGE
kube-system   3m6s        Warning   FailedCreatePodSandBox            pod/calico-node-rpkxj    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull and unpack image "ifscloud.jfrog.io/docker/pause:3.7": failed to resolve reference "ifscloud.jfrog.io/docker/pause:3.7": failed to do request: Head "https://ifscloud.jfrog.io/v2/docker/pause/manifests/3.7": dial tcp: lookup ifscloud.jfrog.io on 127.0.0.53:53: server misbehaving
ifs-storage   2m1s        Warning   FailedToRetrieveImagePullSecret   pod/csi-smb-node-f92cn   Unable to retrieve some image pull secrets (mapdname:dockerartifact]); attempting to pull the image may not succeed.

Did you get this resolved? We have a similar issue:

E0827 15:48:46.182279    8348 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.212535    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.241031    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.268986    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
NAMESPACE     LAST SEEN   TYPE      REASON                   OBJECT                  MESSAGE
kube-system   4m20s       Warning   FailedCreatePodSandBox   pod/calico-node-x5dth   Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull and unpack image "ifscloud.jfrog.io/docker/pause:3.7": failed to resolve reference "ifscloud.jfrog.io/docker/pause:3.7": failed to authorize: failed to fetch oauth token: unexpected status: 403

 

Thanks.

Alex


Did you get this resolved? We have a similar issue:

E0827 15:48:46.182279    8348 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.212535    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.241031    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0827 15:48:46.268986    8348 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
NAMESPACE     LAST SEEN   TYPE      REASON                   OBJECT                  MESSAGE
kube-system   4m20s       Warning   FailedCreatePodSandBox   pod/calico-node-x5dth   Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull image "ifscloud.jfrog.io/docker/pause:3.7": failed to pull and unpack image "ifscloud.jfrog.io/docker/pause:3.7": failed to resolve reference "ifscloud.jfrog.io/docker/pause:3.7": failed to authorize: failed to fetch oauth token: unexpected status: 403

 

Thanks.

Alex

Is this solved?


I get the same error (24R1) and my node is NotReady. Can someone answer, if docker gets installed via main.ps1 or does it come with ubuntu fresh install?

If I drop docker (snap remove --purge) and try to install it again (snap install docker) I get an error message with regards to 127.0.0.0 (from my memory as don’t have it now with me). So basically I cannot reinstall docker.

That error: cni plugin not initialized seems related to docker when I search about it. In my view, installed ubuntu is missing something (some network configuration?).


The exact error is 127.0.0.1:443 connect: connection refused


The problem here, in my case, was I had mispelled user/password, when -resource ‘KUBERNETES’

Delete this file and try again:

 


Reply