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 2021/12/05 03:28:59 UTC

[GitHub] [airflow] huxuan opened a new issue #20041: nodeSelector does not work for postgresql StatefulSet.

huxuan opened a new issue #20041:
URL: https://github.com/apache/airflow/issues/20041


   ### Official Helm Chart version
   
   1.3.0 (latest released)
   
   ### Apache Airflow version
   
   2.2.1
   
   ### Kubernetes Version
   
   Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.7", GitCommit:"1dd5338295409edcfff11505e7bb246f0d325d15", GitTreeState:"clean", BuildDate:"2021-01-13T13:15:20Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
   
   ### Helm Chart configuration
   
   ```
   nodeSelector:
     key1: value1
     key2: value2
   ```
   
   ### Docker Image customisations
   
   N/A
   
   ### What happened
   
   StatefulSet for postgresql does not respect the nodeSelector specified in values.yaml.
   
   ### What you expected to happen
   
   The nodeSelector also applies to postgresql StatefulSet.
   
   ### How to reproduce
   
   helm template apache-airflow/airflow -f values.yaml > install.yaml
   
   
   ### Anything else
   
   NOTE for willingness to submit an PR, since I am not so familiar with helm chart, it would be better to have some guidance.
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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



[GitHub] [airflow] potiuk commented on issue #20041: nodeSelector does not work for postgresql StatefulSet.

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


   Similarly as with the other issue, Postgresql node is just used for development purpose and is discouraged from use in "production environment. Converting it to a discussion in case someone would likel to argue why our "development built-in Postgresql" shoudl support configurability


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