Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.5] Deploy CNPG operator, config EDB server and create tls certificate CR #1782

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

YCShen1010
Copy link
Contributor

@YCShen1010 YCShen1010 commented Jan 30, 2024

Context:

How to test

  1. Deploy Cert-Manager
  2. As release 4.5 build is not ready, we could deploy 4.4 operator instead and update the OperandRegistry and OperandConfig with new entries.
  3. Create an OperandRequest to request common-service-postgresql
    Kind: OperandRequest
    apiVersion: operator.ibm.com/v1alpha1
    metadata:
      name: <ibm-service-request>
    spec:
      requests:
        - operands:
            - name: common-service-postgresql
          registry: common-service
          registryNamespace: <foundational service operand namespace>
    

Observe

  1. Subscription common-service-postgresql is created
  2. EDB cluster CR common-service-db is ready
  3. two certs common-service-db-replica-tls-cert and common-service-db-tls-cert are created by ODLM
  4. related secrets are created by Cert-MangerScreenshot 2024-01-30 at 17 15 28
  5. After the above steps are done, the server pod common-service-db-1 is running. Screenshot 2024-01-30 at 17 16 46

Signed-off-by: YuChen <yuchen.shen@mail.utoronto.ca>
Copy link
Contributor

@Daniel-Fan Daniel-Fan 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
Collaborator

[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 a75ff50 into IBM:master Jan 30, 2024
6 of 7 checks passed
@YCShen1010 YCShen1010 deleted the shared_edb branch January 31, 2024 03:40
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