feat: add ability to deploy plugin integration pieces alongside rhdh#77284
feat: add ability to deploy plugin integration pieces alongside rhdh#77284PatAKnight wants to merge 1 commit intoopenshift:mainfrom
Conversation
Signed-off-by: Patrick Knight <pknight@redhat.com>
|
Hi @PatAKnight. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PatAKnight The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
Description
Adds support for the
--pluginsflag being introduced in the companion PR #30, which deploys optional plugin integrations alongside an RHDH test instance. This allows users to deploy an RHDH instance with whichever plugins they want to test against.Also included is a
redeployaction, which allows users to switch to a new set of plugins without manually tearing down the cluster first. Under the hood, it looks up the previously deployed plugins, callsteardown.shto cleanly remove those plugin integrations and the existing RHDH instance, and then redeploys fresh with the new plugin configuration.Made with Cursor
/cc @subhashkhileri