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

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

Open
irizzant opened this issue Jun 14, 2024 · 1 comment

Comments

@irizzant
Copy link

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)

@csantanapr
Copy link
Member

Nice catch @irizzant you are correct it should be enable by default, people can choose to disable it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants