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

wip: feat(capi): add support for external cert-manager module #459

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

floreks
Copy link
Member

@floreks floreks commented Sep 28, 2023

Summary

This updates CAPI cluster bootstrap and migrate to work with external cert-manager module.

Depends on pluralsh/plural-artifacts#829

TODO:

  • Update recipes to depend on external cert-manager module after the above PR gets merged

Test Plan

Tested on GCP. Azure/AWS tests should follow.

Fresh CAPI deploy

Pre: The test recipe needs to be updated with a new cert-manager section.

  - name: cert-manager
    configuration: []
    items:
      - type: HELM
        name: cert-manager
      - type: TERRAFORM
        name: gcp
      - type: TERRAFORM
        name: kube
  1. Link bootstrap helm module from plural-artifacts (required only until it gets merged).
  2. Bootstrap CAPI cluster.

Migration

  1. Bootstrap standard TF-based cluster.
  2. Link bootstrap helm module from plural-artifacts (required only until it gets merged).
  3. Run plural clusters migrate. It should install cert-manager into cert-manager namespace at the end and remove old installation from bootstrap namespace.

Checklist

  • If required, I have updated the Plural documentation accordingly.
  • I have added tests to cover my changes.
  • I have added a meaningful title and summary to convey the impact of this PR to a user.
  • I have added relevant labels to this PR to help with categorization for release notes.

@floreks floreks marked this pull request as draft September 28, 2023 08:43
@floreks floreks self-assigned this Sep 28, 2023
@floreks floreks added the enhancement New feature or request label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant