Skip to content

Conversation

Daniel-Fan
Copy link
Contributor

@Daniel-Fan Daniel-Fan commented Feb 15, 2023

We will have services marked as tombstone showing Running Status for both operator and operand

status:
  members:
    - name: ibm-cert-manager-operator
      phase:
        operandPhase: Running
        operatorPhase: Running
  phase: Running

Meanwhile, made some tradeoffs on Conditions, we will have no-op operators with

  • the Ready condition to be True, showing operator is ready
status:
  conditions:
    - lastTransitionTime: '2023-02-15T20:39:28Z'
      lastUpdateTime: '2023-02-15T20:39:28Z'
      message: operator ibm-cert-manager-operator is ready
      reason: operator is ready
      status: 'True'
      type: Ready
  • the NotFound condition to be Ture, showing operator is in maintenance status
status:
  conditions:
    - lastTransitionTime: '2023-02-15T20:39:28Z'
      lastUpdateTime: '2023-02-15T20:39:28Z'
      message: ibm-cert-manager-operator is in maintenance status
      reason: operandregistry is not suitable
      status: 'True'
      type: NotFound

Signed-off-by: Daniel Fan <fanyuchensx@gmail.com>
Copy link
Contributor

@YCShen1010 YCShen1010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@ibm-ci-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Daniel-Fan, YCShen1010

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [Daniel-Fan,YCShen1010]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ibm-ci-bot ibm-ci-bot merged commit a1c42ea into IBM:release-future Feb 15, 2023
YCShen1010 added a commit that referenced this pull request Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants