davidjumani opened a new pull request #800: URL: https://github.com/apache/cloudstack-primate/pull/800
Fixes KubernetesServiceTab from picking up the first ip in the list of all ips In the listKubernetesCluster response, there is no field associatednetworkid but only network id. KubernetesServiceTab tries to read associatednetworkid instead of networkid which results in all the ip addresses being returned, and in turn selects the first one. This PR fixes it by ensuring the right network is selected and then selects the source nat ip which has all the associated FW, PF and LB rules ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org