Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Enabling HPA in apm-server chart fails #491

Closed
kmattiasek1 opened this issue Feb 19, 2020 · 2 comments · Fixed by #509
Closed

Enabling HPA in apm-server chart fails #491

kmattiasek1 opened this issue Feb 19, 2020 · 2 comments · Fixed by #509
Assignees
Labels
bug Something isn't working

Comments

@kmattiasek1
Copy link

kmattiasek1 commented Feb 19, 2020

Chart version:
7.6.0

Kubernetes version:
1.14

Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
AWS

Helm Version:
3.0.3

Describe the bug:
hpa.yaml template seems to have a typo.. using ingress apiversion

Steps to reproduce:
helm install --set autoscaling.enabled=true apm-server elastic/apm-server

Expected behavior:

NAME: apm-server
LAST DEPLOYED: Wed Feb 19 15:14:46 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Watch all containers come up.
  $ kubectl get pods --namespace=default -l app=as-apm-server -w

Provide logs and/or server output (if relevant):

Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "HorizontalPodAutoscaler" in version "networking.k8s.io/v1beta1"

Any additional context:

@jmlrt
Copy link
Member

jmlrt commented Mar 5, 2020

Hi @kmattiasek1 ,
Thank you for reporting this issue.
We don't support Helm 3 currently. Can you reproduce it with Helm 2?

@kmattiasek1
Copy link
Author

Hi @jmlrt!
I just reproduced this with helm version 2.14.3, running
helm install --set autoscaling.enabled=true --name apm-server elastic/apm-server
Still the outcome is the same.

@jmlrt jmlrt added bug Something isn't working and removed project:helm3 labels Mar 5, 2020
@jmlrt jmlrt self-assigned this Mar 5, 2020
qqshfox added a commit to qqshfox/helm-charts that referenced this issue Mar 6, 2020
@qqshfox qqshfox mentioned this issue Mar 6, 2020
4 tasks
@jmlrt jmlrt closed this as completed in #509 Mar 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants