<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Team,<div><br></div><div>I have deployed K8s cluster using Magnum Openstack Rocky Release.</div><div>I have one master node and one slave node in my cluster.</div><div>But when I try to create a POD on master node using the command</div><div><br></div><div><b>kubectl run nginx --image=nginx</b><br></div><div><br></div><div>My Container remains in ContainerCreating State.</div><div>When I debugged into the issue, I found the below error</div><div><br></div><div><b>Warning  FailedCreatePodSandBox  59s (x24 over 32m)  kubelet, kubernetes-cluster-w6csm5uqyspz-minion-0  Failed create pod sandbox: rpc error: code = Unknown desc = failed pulling image "<a href="http://gcr.io/google_containers/pause:3.0">gcr.io/google_containers/pause:3.0</a>": x509: certificate signed by unknown authority</b><br></div><div><b><br></b></div><div>However, in <b>/etc/sysconfig/docker</b> file, </div><div>I have disabled the <a href="http://gcr.io">gcr.io</a> repository.</div><div><br></div><div>OPTIONS='--insecure-registry="<a href="http://gcr.io">gcr.io</a>,<a href="http://googleapis.com">googleapis.com</a>" --selinux-enabled '<br></div><div><br></div><div>The docker is successfully pulling the <b><a href="http://gcr.io/google_containers/pause:3.0">gcr.io/google_containers/pause:3.0</a> image,</b> BUT kubernetes is neither able to use local repository nor able to pull the image.</div><div><br></div><div>Can someone please help me in resolving the <b>x509: certificate signed by unknown authority issue?</b></div><div><br></div><div>Regards</div><div>Anirudh Gupta</div></div></div></div></div></div></div>