Xin Hao created FLINK-28615: ------------------------------- Summary: Add K8s recommend labels to the deployments, services created by operator Key: FLINK-28615 URL: https://issues.apache.org/jira/browse/FLINK-28615 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Reporter: Xin Hao
I'm using the Flink operator with Argo CD, it will be nice if we can add the K8s recommend labels to the deployments and services. Such as: {code:java} labels: app.kubernetes.io/managed-by: apache-flink-operator app.kubernetes.io/part-of: flink-session-cluster-a {code} With this, the users can see all the resources created by FlinkDeployment See also: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels -- This message was sent by Atlassian Jira (v8.20.10#820010)