Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.1.5
-
None
Description
An integer unboxing error is raised in KubenretesIaaS class in the following code block due to not checking servicePort.getNodePort() is not null:
for (ServicePort servicePort : service.getSpec().getPorts()) {
if (servicePort.getNodePort() == nodePort) {