-
Notifications
You must be signed in to change notification settings - Fork 67
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
ArgoCD: Fluentd helm chart deployment error due to deprecated HorizontalPodAutoScaler api #92
Comments
Workaround
New out-of-sync issue after applying the workaroundLoki's Statefulset resources (loki-read, loki-write) remains as Ouf-of-sync Issue already tracked in argoproj/argo-cd#11143 |
There is an open issue in fluentd chart to solve initial issue of deprecated autoscaling API. fluent/helm-charts#345 |
ArgoCD sync initial issue with Loki's statefulset resources has been solved. Loki's helm chart has been updated adding missing default keys in Statefulset manifest files: See grafana/loki#10452 |
Keeping this issue for tracking fluentd helm chart issue |
Original fluend helm chart issue fixed with release 0.5.2 |
ArgoCD not able to get status of logging application with the following error:
HPA is configured only when deploying fluentd. The manifest used by fluentd helm chart (hpa.yml) is using a deprecated version of autscaling API (autoscaling/v2) since v1.23+
Even when original manifest file is using a deprecated version (autoscaling/v2beta2), kubernetes is applying the highest API version available for autoscaling which is autoscaling/v2.
It seems that ArgoCD is not able to calculate the differences between what is really applied to the cluster (using autoscaling/v2 api) and the original manifest file (using autoscaling/v2beta2)
The text was updated successfully, but these errors were encountered: