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

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

     [ https://issues.apache.org/jira/browse/FLINK-28615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xin Hao updated FLINK-28615:
----------------------------
    Description: 
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 in the Argo CD Web UI

 

See also:

[https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels]

  was:
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


> 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
>            Priority: Minor
>
> 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 in the Argo CD Web UI
>  
> 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)