Skip to content

Organization-Level Settings

Organization-level settings for Blueprints allow admins to control default behaviors and manage system-level automation applied to all Blueprints.

Default BlueprintΒΆ

Located at: System β†’ Settings β†’ Default Blueprint

  • Purpose: Defines an organization-wide default blueprint that is automatically applied to clusters when no specific blueprint is assigned. Administrators can override this setting by explicitly assigning a different blueprint.
  • Benefit: Ensures consistent baseline configurations across clusters, reducing manual effort in blueprint assignment.

Namespace sync


DriftΒΆ

Located at: System β†’ Settings β†’ Drift

  • Purpose: Deploys a drift webhook through blueprints to clusters, enabling detection of configuration changes that deviate from the defined blueprint.
  • Benefit: Provides visibility into cluster configuration drift, helping administrators identify and address discrepancies early.
  • Behavior:
    • ON β†’ Drift webhook is deployed, and clusters are monitored for drift against the blueprint.
    • OFF β†’ Drift webhook is not deployed, and configuration drift is not detected or reported.

Namespace sync


Artifact Retry SettingΒΆ

Located at: System β†’ Settings β†’ Artifact Retry Setting

  • Purpose: Defines the maximum number of retries performed while downloading Git or Helm artifacts whenever failures occur. This setting applies across the organization for addons associated with blueprints.
  • Max Retries: Enter the number of retries (e.g., 5).
    • Addons in Pending, InProgress, or Retry state for more than 10 minutes in the last 24 hours are automatically reattempted.
    • Applies to both Git and Helm repositories.
    • Workload artifacts are skipped since publishing a workload creates a new version.
    • Addons in Failed state (when published via blueprints) are also reattempted.
  • Benefit: Reduces manual intervention by automatically retrying artifact downloads when transient issues occur.

Namespace sync