weizhouapache commented on code in PR #8316:
URL: https://github.com/apache/cloudstack/pull/8316#discussion_r1430289668
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java:
##########
@@ -1068,30 +1068,35 @@ public KubernetesCluster
createKubernetesCluster(CreateKubernetesClusterCmd cmd)
logAndThrow(Level.ERROR, String.format("Creating Kubernetes
cluster failed due to error while finding suitable deployment plan for cluster
in zone : %s", zone.getName()));
}
- SecurityGroupVO securityGroupVO = null;
+ SecurityGroup securityGroupVO = null;
if (zone.isSecurityGroupEnabled()) {
Review Comment:
done @DaanHoogland
##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/KubernetesClusterManagerImpl.java:
##########
@@ -1068,30 +1068,35 @@ public KubernetesCluster
createKubernetesCluster(CreateKubernetesClusterCmd cmd)
logAndThrow(Level.ERROR, String.format("Creating Kubernetes
cluster failed due to error while finding suitable deployment plan for cluster
in zone : %s", zone.getName()));
}
- SecurityGroupVO securityGroupVO = null;
+ SecurityGroup securityGroupVO = null;
Review Comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]