You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "hunkw123456 (via GitHub)" <gi...@apache.org> on 2023/04/25 09:28:35 UTC

[GitHub] [incubator-streampark] hunkw123456 commented on issue #2700: Issue occurs when forcefully stop job running in kubernetes application mode

hunkw123456 commented on issue #2700:
URL: https://github.com/apache/incubator-streampark/issues/2700#issuecomment-1521469545

   This is a bug, you can address it like this:
   
   StreamPark\streampark-console\streampark-console-service\src\main\java\org\apache\streampark\console\core\service\impl\ApplicationServiceImpl.java:
   
   IngressController.deleteIngress(application.getK8sNamespace(), application.getJobName());
   -->
   IngressController.deleteIngress(application.getJobName(), application.getK8sNamespace());


-- 
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: issues-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org