Damans227 commented on issue #10994: URL: https://github.com/apache/cloudstack/issues/10994#issuecomment-3741385697
I dug into this issue. The ISO gets created [here](https://github.com/apache/cloudstack/blob/main/plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/version/KubernetesVersionManagerImpl.java#L403) via `registerKubernetesVersionIso() → templateService.registerIso()` ([line 218](https://github.com/apache/cloudstack/blob/main/plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/version/KubernetesVersionManagerImpl.java#L218)) before the image store check happens downstream, so it's orphaned on failure. Adding upfront validation to fail fast before creating the ISO makes sense imo. -- 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]
