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 2020/10/02 13:50:52 UTC

[GitHub] [airflow] flvndh opened a new issue #11237: Missing "git_subpath" config in Helm values

flvndh opened a new issue #11237:
URL: https://github.com/apache/airflow/issues/11237


   In `airflow/executors/kubernetes_executor.py` the `KubeConfig` class tries to get the [value ](https://github.com/apache/airflow/blob/87038ae42aff3ff81cba1111e418a1f411a0c7b1/airflow/executors/kubernetes_executor.py#L111) of `git_subpath` but this value isn't [present ](https://github.com/apache/airflow/blob/87038ae42aff3ff81cba1111e418a1f411a0c7b1/chart/values.yaml#L504) in `chart/values.yaml` on the `v1-10-stable` branch.


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



[GitHub] [airflow] brettstewart commented on issue #11237: Missing "git_subpath" config in Helm values

Posted by GitBox <gi...@apache.org>.
brettstewart commented on issue #11237:
URL: https://github.com/apache/airflow/issues/11237#issuecomment-706536874


   @flvndh You can add `git_subpath` under the kubernetes section in values.yaml
   https://github.com/apache/airflow/blob/87038ae42aff3ff81cba1111e418a1f411a0c7b1/chart/values.yaml#L485
   
   The configmap will pick it up since it loops through all the key/value pairs
   https://github.com/apache/airflow/blob/87038ae42aff3ff81cba1111e418a1f411a0c7b1/chart/templates/configmap.yaml#L38


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



[GitHub] [airflow] mik-laj commented on issue #11237: Missing "git_subpath" config in Helm values

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #11237:
URL: https://github.com/apache/airflow/issues/11237#issuecomment-702916793


   Why do you want to use Chart from v1-10-test branch? The chart from [master](https://github.com/apache/airflow/tree/master/chart) is compatible with Airflow 1.10 and 2.0 and is being actively developed.


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



[GitHub] [airflow] github-actions[bot] commented on issue #11237: Missing "git_subpath" config in Helm values

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11237:
URL: https://github.com/apache/airflow/issues/11237#issuecomment-857273153


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


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