Skip to content

Metrics server should always be enabled when ArgoCD is deployed with the default configuration #69

@irizzant

Description

@irizzant

ArgoCD with the default configuration uses HPA, which is useless without metrics server.

All the examples have metrics server disabled and ArgoCD enabled, see e.g

enable_argocd = try(var.addons.enable_argocd, true)

enable_metrics_server = try(var.addons.enable_metrics_server, false)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions