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
In my compary use strong rules into k8s production cluster that resource quota must be specified for every container. So every deploy without resources into init-containers i catch WARNING like this for every pods (that contain init-container/check-db/wait-for-db-migrations/install-pip-packages:
Implementation
Im propose specified resource into template charts/airflow/templates/_helpers/pods.tpl and fill values for template
somethink like this:
.Values.airflow.
# resource for check-db init container
checkDb:
resources: {}
# resource for wait-for-db-migrations container
waitForDbMigrations:
resources: {}
# resource for install-pip-packages container
installPipPackages:
resources: {}
and users after this update use only values for avoid this warning
Are you willing & able to help?
I am able to submit a PR!
I can help test the feature!
The text was updated successfully, but these errors were encountered:
zippo761
changed the title
Resources for init container not set by default
Resources for init container not specified into helpers/_pods.tpl
Dec 4, 2023
Checks
User-Community Airflow Helm Chart
.Motivation
In my compary use strong rules into k8s production cluster that resource quota must be specified for every container. So every deploy without resources into init-containers i catch WARNING like this for every pods (that contain init-container/check-db/wait-for-db-migrations/install-pip-packages:
Implementation
Im propose specified resource into template charts/airflow/templates/_helpers/pods.tpl and fill values for template
somethink like this:
.Values.airflow.
and users after this update use only values for avoid this warning
Are you willing & able to help?
The text was updated successfully, but these errors were encountered: