<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Team,<div><br></div><div>I am trying to create kubernetes cluster using Magnum Openstack.</div><div><br></div><div>My External Network configuration is as follows:</div><div><br></div><div><div>neutron net-create MGMT_NET --shared --router:external --provider:physical_network provider1 --provider:network_type flat</div><div><br></div><div>neutron subnet-create MGMT_NET <a href="http://10.0.61.0/24">10.0.61.0/24</a> --name MGMT_SUBNET --allocation-pool start=10.0.61.10,end=10.0.61.250 --disable-dhcp --gateway 10.0.61.1</div></div><div><br></div><div>Then I am creating a template with docker storage driver as "Overlay"</div><div><br></div><div>openstack coe cluster template create kubernetes-cluster-template --image <span style="white-space:pre">     </span>fedora-atomic-latest --docker-storage-driver overlay  --external-network public --dns-nameserver 8.8.8.8 --master-flavor m1.small --flavor m1.small --coe kubernetes<br></div><div><br></div><div>Creating a cluster with 1 master node</div><div><br></div><div>openstack coe cluster create kubernetes-cluster --cluster-template kubernetes-cluster-template --master-count 1 --node-count 1 --keypair key-pair<br></div><div><br></div><div>When I look into my stack, it shows the event</div><div><a href="http://192.168.121.118/horizon/project/stacks/stack/58ddd64a-8779-495d-8d31-27f3615c8103/kube_masters/" style="box-sizing:border-box;background-color:transparent;color:rgb(66,139,202);text-decoration-line:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">kube_masters</a>  Create in Progress and eventaully after 1 hr, it gets failed.</div><div><br></div><div>I have checked the Troubleshooting Guide as well, but found nothing that could help me resolving the issue.</div><div><a href="https://docs.openstack.org/magnum/rocky/admin/troubleshooting-guide.html">https://docs.openstack.org/magnum/rocky/admin/troubleshooting-guide.html</a></div><div><br></div><div>Can you please suggest some pointers in order to resolve the issue.</div><div><br></div><div>Regards</div><div>Anirudh Gupta <br></div></div></div></div></div>