Created attachment 1664016 [details] Openshift 4.x Logs Hello All I'm trying to install the OpenShift 4.3 cluster installation on the bare metal but while Creating the cluster using this command "./openshift-install --dir=<installation_directory> wait-for bootstrap-complete --log-level=info" it is throwing the issue as: level=debug msg="Still waiting for the Kubernetes API: the server could not find the requested resource". I've checked the logs & trying to connect the etcd ports like 2379 & 2380 but showing connection refused... Cluster Configuration One Load Balancer, 3 masters and 2 worker nodes each has the 16 GB RAM with 4 Core CPU. Here are the complete logs captured using the below command attached logs & config.yaml file for reference openshift-install gather bootstrap --dir=<directory> --bootstrap <bootstrap_address> --master <master_1_address> --master <master_2_address> --master <master_3_address>