Failed when install Openshift 4.6.4 on bare-metal

Posted on

Hi, I'm a newbee at OCP, I tried to install a demo on bare-metal (node are vmware virtual machine )
When I boot bootstrap node and watch the process of installation with command "openshift-install wait-for install-complete", it resulted a stuck (at 80%) and then faile. I logged to bootstrap node and see some log like "Unable to schedule pod; no nodes are registered to the cluster at /var/log/bootstrap-control-plane/kube-scheduler.log. Can someone help me, i attached log below.

[root@bootstrap kubernetes]# oc --kubeconfig=kubeconfig get pod -A
NAMESPACE NAME READY STATUS RESTARTS AGE
openshift-apiserver-operator openshift-apiserver-operator-54ff4fb46f-rgskb 0/1 Pending 0 66m
openshift-authentication-operator authentication-operator-5687669dcd-bnfg8 0/1 Pending 0 66m
openshift-cloud-credential-operator cloud-credential-operator-5bc7bbcdc5-9nx49 0/2 Pending 0 66m
openshift-cluster-machine-approver machine-approver-6bbc78c46b-bjlsj 0/2 Pending 0 66m
openshift-cluster-node-tuning-operator cluster-node-tuning-operator-57d7f9b947-nqh9q 0/1 Pending 0 66m
openshift-cluster-storage-operator cluster-storage-operator-6449f59498-l9srh 0/1 Pending 0 66m
openshift-cluster-storage-operator csi-snapshot-controller-operator-7d6f45c587-75nfg 0/1 Pending 0 66m
openshift-cluster-version cluster-version-operator-97dcc5fdf-wgn5m 0/1 Pending 0 66m
openshift-config-operator openshift-config-operator-7679bcbdd7-fgsb5 0/1 Pending 0 66m
openshift-controller-manager-operator openshift-controller-manager-operator-76d9bdbd49-bzhhb 0/1 Pending 0 66m
openshift-dns-operator dns-operator-78b7df4d48-g2t2l 0/2 Pending 0 66m
openshift-etcd-operator etcd-operator-6b687c9cd-phkp7 0/1 Pending 0 66m
openshift-image-registry cluster-image-registry-operator-794c8f48b6-mg69q 0/1 Pending 0 66m
openshift-ingress-operator ingress-operator-589cf8f967-j6rlk 0/2 Pending 0 66m
openshift-insights insights-operator-9848d98b4-m9dd7 0/1 Pending 0 66m
openshift-kube-apiserver-operator kube-apiserver-operator-7f6876bf59-zg5s4 0/1 Pending 0 66m
openshift-kube-controller-manager-operator kube-controller-manager-operator-868487d66c-mbhn4 0/1 Pending 0 66m
openshift-kube-scheduler-operator openshift-kube-scheduler-operator-85bf46764f-fmb27 0/1 Pending 0 66m
openshift-kube-storage-version-migrator-operator kube-storage-version-migrator-operator-86dd84f8d4-8fqdw 0/1 Pending 0 66m
openshift-machine-api cluster-autoscaler-operator-54b8454598-d6fvp 0/2 Pending 0 66m
openshift-machine-api machine-api-operator-57f75745f4-jsht7 0/2 Pending 0 66m
openshift-machine-config-operator machine-config-operator-58f65bc6d5-jgjxn 0/1 Pending 0 66m
openshift-marketplace marketplace-operator-5bbff88564-nz77z 0/1 Pending 0 66m
openshift-monitoring cluster-monitoring-operator-64689794b8-sfxc5 0/2 Pending 0 66m
openshift-network-operator network-operator-65497795fc-7x8q5 0/1 Pending 0 66m
openshift-operator-lifecycle-manager catalog-operator-8457d68cb8-hvfzg 0/1 Pending 0 66m
openshift-operator-lifecycle-manager olm-operator-766f5c9bbf-jlcpl 0/1 Pending 0 66m
openshift-service-ca-operator service-ca-operator-64c588ff79-k58t4 0/1 Pending 0 66m

Attachments

Responses