You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after giving "--floating_ip" in the "kubesrpay openstack" command the Virtual machines that are created in openstack Cloud does not get a floating IP.
Also there is no option to provide the name of external network from which the floating IP would be taken and associated to Virtual machines . Setting auto_ip to true does not provide floating IP to the VM's
The solution to this problem is to use floatingip_pools and provide the name of external network provided by user either is CLI or kubesrpay yaml file.
Here external pool would be replaced with the name of external network that is present in the Openstack environment, can be taken as command line argument or from config
Even after giving "--floating_ip" in the "kubesrpay openstack" command the Virtual machines that are created in openstack Cloud does not get a floating IP.
Also there is no option to provide the name of external network from which the floating IP would be taken and associated to Virtual machines . Setting auto_ip to true does not provide floating IP to the VM's
snippet-
'image': self.options['image']
============================================================
Openstack Version - Mitaka
Kubespray Version - 2.3.0
The text was updated successfully, but these errors were encountered: