You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/04 21:08:14 UTC

[GitHub] [airflow] 1101110111100000110100011 commented on issue #22657: Wrong apiVersion Detected During Ingress Creation

1101110111100000110100011 commented on issue #22657:
URL: https://github.com/apache/airflow/issues/22657#issuecomment-1174364816

   Hi, 
   I faced the same problem (with same config, aka microk8s). Using Helm template and then kubectl helped me bypass the problem. Hope it would be the same for you.
   **_helm template apache-airflow/airflow -n airflow -f values.yaml --debug >> airflow-generated.yaml
   kubectl apply -f airflow-generated.yaml -n airflow_**
   Have a nice day.


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