Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

v0.2.0

Latest

Choose a tag to compare

@achetronic achetronic released this 12 Jul 22:09

Add support for DigitalOcean

Highlights:

  • Common:

    • README and related documents were improved with specific documentation for DO permissions, and about the way the stack is deployed using GitOps tools like FluxCD
  • External DNS:

    • Deployment:
      • Status: Patched
      • Description:
        • Patched to delete the flags included by default to be able to configure them dynamically later using environment variables coming from ConfigMap and Secret resources
    • CRs:
      • Status: Patched
      • Description:
        • Fixed all the Reforma Patch CRs to set the configuration parameters into ConfigMap and Secret resources instead of changing directly the flags in the deployment. This simplifies the logic inside Patches for doing the same, and allow us to include DigitalOcean as provider at the same time.
  • External Snapshotter:

    • CRs:
      • Status: Updated
      • VolumeSnapshotClass csi-standard is now patched for DigitalOcean
  • CSI Drivers: DO Block Storage

    • Controller:
      • Status: Discarded
      • Version: -
      • Description: Controller is already included on Kubernetes when a cluster is created
    • CRs:
      • StorageClass csi-standard is provided by default for the driver deployed