You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jedcunningham (via GitHub)" <gi...@apache.org> on 2023/03/06 17:17:18 UTC

[GitHub] [airflow] jedcunningham commented on pull request #29930: KubernetesResourceOperator - create PVC & delete PVC

jedcunningham commented on PR #29930:
URL: https://github.com/apache/airflow/pull/29930#issuecomment-1456562276

   I'm hesitant to build create/deletes for every single resource type... Especially if you are going to ask them to give you it all via yaml anyways.
   
   Check out [create_from_yaml](https://github.com/kubernetes-client/python/blob/617e5f520fc30d954a2465cd82bbdcfd4635472d/kubernetes/utils/create_from_yaml.py#L97) instead. We could probably use this to build a generic create/delete?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org