aljanson commented on issue #21605:
URL: https://github.com/apache/airflow/issues/21605#issuecomment-1080009323


   Just adding a little more context. I am using Airflow 2.x to spin up pods on 
an Azure Kubernetes Cluster using the KubernetesPodOperator operator.
   
   Its interesting that I dont face the above logging issues when running the 
pod on a provisioned node. However, the moment I try to execute the same on the 
newer [virtual 
nodes](https://docs.microsoft.com/en-us/azure/aks/virtual-nodes), it starts 
hitting me with the logging error.
   
   Furthermore, I've also noticed that if I disable the do_xcom_push argument, 
the job then succeeds just fine, however will still have those warning messages 
throughout the logs saying "Error parsing timestamp. Will continue execution 
but won't update timestamp".
   
   On the documentation page for AKS [virtual 
nodes](https://docs.microsoft.com/en-us/azure/aks/virtual-nodes), it does 
mention that init containers are not supported. I believe, the way xcom works 
is by running a sidecar container however right? Just trying to make sense of 
any obvious limitations which I might be missing right off the bat :)
   
   


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