sureshanaparti commented on code in PR #13762:
URL: https://github.com/apache/cloudstack/pull/13762#discussion_r3976104971


##########
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorker.java:
##########
@@ -717,7 +717,7 @@ protected void 
setupKubernetesClusterIsolatedNetworkRules(IpAddress publicIp, Ne
     }
 
     protected void createVpcTierAclRules(Network network) throws 
ManagementServerException {
-        if (network.getNetworkACLId() == NetworkACL.DEFAULT_ALLOW) {
+        if (Objects.equals(network.getNetworkACLId(), 
NetworkACL.DEFAULT_ALLOW)) {

Review Comment:
   hi @Dogface2k can you check and advise on this. thanks.



-- 
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]

Reply via email to