Folks,
I am building a Kubernetes Cluster( Openstack Train) and using fedora atomic-29 image . The nodes come up fine ( I have a simple 1 master and 1 node) , but the cluster creation times out, and when I access the cloud-init logs I see this
error . Wondering what I am missing as this used to work before. I wonder if this is image related .
[ERROR]: Unable to render networking. Network config is likely broken: No available network renderers found. Searched through list: ['eni', 'sysconfig', 'netplan']
Essentially the stack creation fails in “kube_cluster_deploy”
Can somebody help me debug this ? Any help is appreciated.
--RamaK