dstandish commented on issue #23727:
URL: https://github.com/apache/airflow/issues/23727#issuecomment-1133297251

   @patryk126p was hoping to see how you are importing the k8s objects used 
here:
   ```python
   {
       "pod_override": V1Pod(
           spec=V1PodSpec(
               containers=[
                   V1Container(
                       name="base",
                       resources=V1ResourceRequirements(
                           limits={"cpu": "<X>", "memory": "<X>"},
                           requests={"cpu": "<X>", "memory": "<X>"},
                       ),
                   )
               ]
           ),
   #        metadata=V1ObjectMeta(
   #            annotations={"cluster-autoscaler.kubernetes.io/safe-to-evict": 
"false"}
   #        ),
       )
   }
   ```
   though i know it's a long shot that it leads us anywhere.
   thanks


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to