You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/10/09 15:19:00 UTC

[jira] [Updated] (FLINK-28979) Add another owner into the JM deployment's owner references

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

Gyula Fora updated FLINK-28979:
-------------------------------
    Fix Version/s: kubernetes-operator-1.3.0

> Add another owner into the JM deployment's owner references
> -----------------------------------------------------------
>
>                 Key: FLINK-28979
>                 URL: https://issues.apache.org/jira/browse/FLINK-28979
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Xin Hao
>            Assignee: Jaegeon Oh
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: kubernetes-operator-1.3.0
>
>         Attachments: image-2022-08-26-16-27-59-389.png
>
>
> This action will link the resources into the FlinkDeployment
> The JM deployment will look like
> {code:java}
> ownerReferences:  
> - apiVersion: apps/v1    
>   blockOwnerDeletion: true    
>   controller: true    
>   kind: Deployment    
>   name: xxx    
> - apiVersion: flink.apache.org/v1beta1   
>   blockOwnerDeletion: true 
>   controller: false 
>   kind: FlinkDeployment 
>   name: xxx{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)