potiuk commented on issue #7191: [AIRFLOW-4030] second attempt to add 
singularity to airflow
URL: https://github.com/apache/airflow/pull/7191#issuecomment-585941481
 
 
   > okay so I'm tracing the kubernetes (runtime) as an example, and I have a 
quick question. In scripts/ci/in_container/entrypoint_ci.sh I see that given 
the kubernetes runtime, you are setting some variable for a container name to 
be the airflow name with suffix "-kubernetes."
   > 
   > and this would suggest the container is brought up inside of this 
container? Wouldn't it make more sense to have a docker-compose run that runs 
some equivalent of airflow-testing but with Singularity installed inside?
   
   Yes it would make sense - similar to what we do with other integrations (say 
kerberos or mongo). What we are doing with kind is a bit different - we are 
forwarding the host's docker credential to inside the airflow-testing container 
and we are running the kind command line from inside it. This - in effect - 
reaches out to the host's docker and set's up the kind cluster using host's 
docker engine.
   
   With singularity - if it can be run in the host and we can connect to it 
from inside the airflow-testing container that would be best.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to