USHIFT-6596: introduce trust-manager operand to the cert-manager#6373
USHIFT-6596: introduce trust-manager operand to the cert-manager#6373eslutsky wants to merge 1 commit intoopenshift:mainfrom
Conversation
Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eslutsky 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 |
|
@eslutsky: This pull request references USHIFT-6596 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@eslutsky: This pull request references USHIFT-6596 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
Introduces trust-manager as a new operand to the cert-manager operator, enabling management of trust bundles across the cluster.
When a
TrustManagerCR is created, the trust-manager operand will be deployed in the cert-manager namespace, enabling users to create and distribute trust bundles across the cluster usingBundleresources.This PR depends on openshift/cert-manager-operator#379
testing
PR_NUMBER=379 git clone https://github.com/openshift/cert-manager-operator.git cd cert-manager-operator/ git fetch origin refs/pull/${PR_NUMBER}/head:trust-manager git checkout trust-manager # build the operator locally as `openshift.io/cert-manager-operator:latest` make image-buildpatch the deployment with the local image
create trust-manager CR:
open-question
UNSUPPORTED_ADDON_FEATURESflag