-
Notifications
You must be signed in to change notification settings - Fork 477
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
PodDisruptionBudget
and HorizontalPodAutoscaler
use unavailable apis (fix Kubernetes 1.25+)
#679
Comments
@fbertos I think we can add a new template file for each of these resources, so people are able to set the
We already have a very similar thing for Ingress, and the
Obviously, if there is no actual difference between the |
PodDisruptionBudget
and HorizontalPodAutoscaler
use unavailable apis (fix Kubernetes 1.25+)
Hi @thesuperzapper, great, that would be perfect. Thanks! |
@thesuperzapper hey, I believe I have fixed this issue with #685, do you think we can get v8.7.0 released only with this fix? I'd really like to avoid forking or overriding the templates in some other ways to get this one working on my infra, it'd be helpful for me if we could get it going with as low effort from your side as possible. |
@karakanb I agree that we should get this fix out ASAP, I have done a review of your PR, but it needs some small changes, see: #685 (review) |
+1 Waiting for that. |
Checks
User-Community Airflow Helm Chart
.Motivation
Hi,
We would like to deploy Airflow v2.3.3 with Chart version 8.6.1 on Kubernetes 1.23.12 with the following worker configuration:
However it is not working correctly and we receive this warning:
Implementation
To change the templates of the worker:
worker-hpa.yaml
worker-pdb.yaml
To use the API version
policy/v1
andautoscaling/v2
for these specs.Are you willing & able to help?
The text was updated successfully, but these errors were encountered: