kubernetes 创建pod 启动不了 处于ContainerCreating状态
kubectl describe pod my-nginx-379829228-c5g9f
for "POD" with ErrImagePull: "image pull failed for registry.access.redhat.com/rhel7/pod-infrastructure:latest, this may be because there are no credentials on this request. details: (Get https://registry.access.redhat.com/v1/_ping: dial tcp: lookup registry.access.redhat.com on [::1]:53: read udp [::1]:34107->[::1]:53: read: connection refused)" 8m 8m 1 {kubelet 127.0.0.1} Warning FailedSync Error syncing pod, skipping: failed to "StartContainer" for "POD" with ErrImagePull: "image pull failed for registry.access.redhat.com/rhel7/pod-infrastructure:latest, this may be because there are no credentials on this request. details: (Get https://registry.access.redhat.com/v1/_ping: dial tcp: lookup registry.access.redhat.com on [::1]:53: read udp [::1]:54383->[::1]:53: read: connection refused)"
证书问题,处理方式如下:
yum install -y rhsm
rpm2cpio python-rhsm-certificates-1.19.10-1.el7_4.x86_64.rpm | cpio -iv --to-stdout ./etc/rhsm/ca/redhat-uep.pem | tee /etc/rhsm/ca/redhat-uep.pem
相关推荐
远远的山 2020-11-09
kaidiphp 2020-10-13
JustHaveTry 2020-09-29
cloudvtech 2020-09-18
BigDataMining 2020-08-21
XiaoMuFireAnt 2020-09-02
IT兄弟团 2020-08-01
akcsdno 2020-07-21
孝平 2020-07-18
JustHaveTry 2020-07-17
kjh00abc 2020-07-08
Dxiaoru 2020-07-06
breezegao 2020-07-02
xiunai 2020-06-28
薛正华 2020-06-21
JustHaveTry 2020-06-21
丽丽 2020-06-14
shurenyun 2020-06-14
JustHaveTry 2020-06-12