[
https://issues.apache.org/jira/browse/AIRFLOW-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871250#comment-16871250
]
ASF GitHub Bot commented on AIRFLOW-4516:
-----------------------------------------
ashb commented on pull request #5429: [AIRFLOW-4516] K8s runAsUser and fsGroup
cannot be strings
URL: https://github.com/apache/airflow/pull/5429
----------------------------------------------------------------
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:
[email protected]
> Kubernetes run_as_user and fs_group cannot be strings
> -----------------------------------------------------
>
> Key: AIRFLOW-4516
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4516
> Project: Apache Airflow
> Issue Type: Bug
> Components: operators
> Affects Versions: 1.10.3
> Reporter: Steven Locke
> Priority: Minor
> Labels: beginner, kubernetes
>
> The kubernetes operator fails to create pods because the run_as_user and the
> fs_group cannot be strings.
> Please change `get` to `getint` at
> [https://github.com/apache/airflow/blob/master/airflow/executors/kubernetes_executor.py#L160]
> and
> [https://github.com/apache/airflow/blob/master/airflow/executors/kubernetes_executor.py#L161]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)