You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
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:
The text was updated successfully, but these errors were encountered:
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.
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:
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: