potiuk commented on issue #8265: Kubernetes on host
URL: https://github.com/apache/airflow/pull/8265#issuecomment-612655321
 
 
   Hey @dimberman @kaxil @turbaszek -> I have almost working change where Kind 
Kubernetes cluster is created on the host side and it can be used to run the 
tests with Kubernetes. I nicely integrated it with breeze so that you can run:
   
   `breeze kind-cluster start` -> will start the kind cluster
   
   `breeze kind-cluster deploy --force-build`  -> will deploy airflow to the 
cluster
   
   and then you should be able to run tests. I just wanted to share it with you 
so that you can take a look. This can be very easily reused for the helm chart 
deployments (@dimbermann) and I think it's a better way of handling Kind Setup 
than relying in Github Action specific configuration from 
https://github.com/apache/airflow/pull/8222 - because it can be run for local 
testing as well and it can be run on any CI (Travis/GA/Cloud Build. ....) . I 
updated the documentation including explanation how I imagine running the tests 
locally with breeze. 
   
   I am planning to complete it tomorrow  - but please take a  look in the 
meantime :).
   
   It is based on the #8261 so only look at the latest commit.
   
   
   

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