leonardoam commented on pull request #6337:
URL: https://github.com/apache/airflow/pull/6337#issuecomment-665625791
Hi @dispensable, are you having trouble with it? Could you explain better
what is happening?
I checked the code and it seems that if you left resource values unset, they
are left unset in kubernetes.
I've checked on our environment and describing a pod that only sets cpu and
memory resources using kubectl gave me the following output:
```
Limits:
cpu: 500m
memory: 1Gi
Requests:
cpu: 100m
memory: 300Mi
```
Other resources does not appear in it.
If you have a different behavior, let me know. Could you tell me what
Airflow version you are using?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]