jason810496 opened a new pull request, #60259:
URL: https://github.com/apache/airflow/pull/60259

   related: #59869 
   
   ## Why
   
   In #59869, we add the hint that show `Alternatively, jump straight into 
development on Kubernetes with: breeze k8s dev --python {python} 
--kubernetes-version {kubernetes_version}` after running `breeze k8s 
create-cluster`
   
    
https://github.com/apache/airflow/pull/59869/files#diff-ec0edb35ebfa2f51b6030b54f72eb90b0661eb310b0baea6e9c605f49c15123dR331-R335
   
   However, when I run `breeze k8s dev` right after `breeze k8s 
create-cluster`. I'm not able to access API Server because the k8s test 
resources in `scripts/ci/kubernetes` are not deployed. Since we skip the 
`breeze k8s configure-cluster` command.
   
   ## What
   
   We should also deploy the test resources in `scripts/ci/kubernetes` with 
skaffold in case the user didn't run `breeze k8s configure-cluster` before 
`breeze k8s dev`.
   
   
   Technical detail: 
   - I had tried the `deploy.kubectl` section multi deploy approach 
(https://github.com/GoogleContainerTools/skaffold/issues/528), but doesn't work 
as expected
   - So I use lifecycle hooks instead
   


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