Can't create a 1.10.15 airflow deploy using CLI

Astro CLI Version: 0.26.0. It’s giving me the error:

Error: No context set, have you authenticated to a cluster?

which doesn’t seem related at all?

It appears that you need to be connected to an Astronomer API to run the command astro dev init --airflow-version 1.10.15. If you have access to an astronomer API run astro auth login <api-url> to login. If you don’t have access you will need to change the airflow version manually. Change the first line in your docker file to FROM quay.io/astronomer/ap-airflow:1.10.15-buster-onbuild. This will ensure that your airflow version is 1.10.15.

1 Like