update 'CSV copy watching all namespaces' case#2946
update 'CSV copy watching all namespaces' case#2946jianzhangbjz wants to merge 1 commit intooperator-framework:masterfrom
Conversation
|
/approve |
|
@jianzhangbjz: you cannot LGTM your own PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Hi @perdasilva @awgreene, could you help approve it? Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jianzhangbjz, perdasilva The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7976e6d to
39e5d8e
Compare
Signed-off-by: Jian Zhang <jiazha@redhat.com>
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
No longer necessary given #3042 |
The
CSV copy watching all namespacescase updated theglobal-operatorsConfigMap ofopenshift-operatorstosignalNamespaceto watch if other namespaces' CSV is removed, but thisglobal-operatorsConfigMap will be recovered by CVO every 15 mins, it will lead case failure sometime. In this PR, we used a ConfigMap called global-operators to watch all namespaces in a newly created namespace.Addressed openshift/operator-framework-olm#368 (comment)