DaanHoogland commented on code in PR #8801: URL: https://github.com/apache/cloudstack/pull/8801#discussion_r1639483397
########## plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorker.java: ########## @@ -511,6 +493,7 @@ protected FirewallRule removeApiFirewallRule(final IpAddress publicIp) { firewallRule.getSourcePortEnd() == CLUSTER_API_PORT) { rule = firewallRule; firewallService.revokeIngressFwRule(firewallRule.getId(), true); + logger.debug(String.format("The API firewall rule [%s] with the id [%s] was revoked",firewallRule.getName(),firewallRule.getId())); Review Comment: see https://github.com/apache/cloudstack/pull/8801#discussion_r1639482249 -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org