You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xin Hao (Jira)" <ji...@apache.org> on 2022/07/20 16:56:00 UTC

[jira] [Created] (FLINK-28615) Add K8s recommend labels to the deployments, services created by operator

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)