Chesnay Schepler created FLINK-34286: ----------------------------------------
Summary: Attach cluster config map labels at creation time Key: FLINK-34286 URL: https://issues.apache.org/jira/browse/FLINK-34286 Project: Flink Issue Type: Improvement Components: Deployment / Kubernetes Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.19.0 We attach a set of labels to config maps that we create to ease the manual cleanup by users in case Flink fails unrecoverably. For cluster config maps (that are used for leader election), these labels are not set at creation time, but when leadership is acquired, in contrast to job config maps. This means there's a gap where we create a CM without any labels being attached, and should Flink fail before leadership can be acquired it will continue to lack labels indefinitely. AFAICT it should be straight-forward, at least API-wise, to set these labels at creation time. -- This message was sent by Atlassian Jira (v8.20.10#820010)