Skip to content

Add kubernetes logic

Bking requested to merge k8s into main

Use the python kubernetes client to find the currently-running flink job ID. We don't want to delete any objects associated with the currently-running job, so this adds safety.

Bug: T348685

Merge request reports