Posts

Showing posts from October, 2022

[Solved] Failed to pull image rpc error: code = Unknown desc = context deadline exceeded

Image
   Issue:-  When creating a tomcat:9 image pod in the minikube got the following error   Warning  Failed     58s                  kubelet            Failed to pull image "tomcat:9": rpc error: code = Unknown desc = context deadline exceeded Error:-  Warning Failed 58s kubelet Failed to pull image "tomcat:9": rpc error: code = Unknown desc = context deadline exceeded

Detail overview about ISTIO Service Mesh

Image

[Solved] warning: containerd.io.rpm: error: Failed dependencies:container-selinux >= 2:2.74 is needed by containerd.io

Image
  Issue:-  When installing the containerd rpm on the centos7 get a dependency issue related to container-selinux preventing the containerd from getting installed Error:-  [root@kubemaster ~]# rpm -ivh containerd.io-1.6.8-3.1.el7.x86_64.rpm warning: containerd.io-1.6.8-3.1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY error: Failed dependencies: container-selinux >= 2:2.74 is needed by containerd.io-1.6.8-3.1.el7.x86_64 Effect:- Was not able to install the containerd on the Centos7.

[Solved] No package containerd available.

Image
  Issue:-  When installing the containerd on the centos7 using the yum package manager it gives the error mentioned below Error:-  No package containerd available. Effect:- Was not able to install the containerd on the Centos7. Resolution:- Download the rpm for the containerd from the following link https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ wget https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.6.8-3.1.el7.x86_64.rpm