

Triage notifications on the go with GitHub Mobile for iOS Reply to this email directly, view it on GitHub It's super easy - justĬlick "Sugest a change on this page" bottom-right button and you will beĪble to create Pull Request directly from there. One (and give back for the free software you get). Airflow is created by > 1800Ĭontributors and adding such documenation might be the first step to become If you do make it works, I would really appreciate if you make a PRĪdding a chapter about debugging on OpenShift. I have deployed other apps in the same k8s cluster based on a python base image and pip list works fine inside the containerīeta Was this translation helpful? Give feedback.īTW.
Helm chart airflow 2.0 install#
For example, helm install my-release apache-airflow/airflow \ -set executor CeleryExecutor \ -set enablePodLaunchingfalse. Specify each parameter using the -set keyvalue ,keyvalue argument to helm install. When I run the command pip -version returns ( pip 21.2.4 from /usr/local/lib/python3.7/site-packages/pip (python 3.7). How often (in seconds) airflow kerberos will reinitialize the credentials cache. When I list the contents of directory (/usr/local/lib/python3.7/site-packages) using ls command, I do see 2 packages installed (wheel, pip). Pip show about a specific package works fine ( ex. Pip list command outputs nothing, no error message. I am trying to get the list of installed packages from inside the container using pip list in preparation of adding additional packages. I have deployed Airflow official image v2.1.2 using helm chart community edition and is up and running no issues. I have posted details in slack channel - Apache Airflow Community - troubleshooting The issue that I am having is that pip list returns nothing, no error message. I am also planning to install pip packages using dockerfile ( approach 1).
