stephsamson opened a new issue #16176: URL: https://github.com/apache/airflow/issues/16176
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.19 **Environment**: - **Cloud provider or hardware configuration**: Running `kind` locally - **OS** (e.g. from /etc/os-release): macOS - **Kernel** (e.g. `uname -a`): Darwin MacBook-Pro 19.6.0 Darwin Kernel Version 19.6.0: Mon Apr 12 20:57:45 PDT 2021; root:xnu-6153.141.28.1~1/RELEASE_X86_64 x86_64 - **Install tools**: brew - **Others**: **What happened**: Helm chart does not successfully deploy to a kind cluster despite following the [Quick Start](https://airflow.apache.org/docs/helm-chart/1.0.0/quick-start.html). **What you expected to happen**: Successful Helm deployment. **How to reproduce it**: 1. Created a kind cluster: `kind create cluster --image kindest/node:v1.18.15` 2. Added Helm chart repo: `helm repo add apache-airflow https://airflow.apache.org` 3. Created kube namespace: `kubectl create namespace airflow` 4. Installed chart: `helm install airflow apache-airflow/airflow --namespace airflow --debug` ``` install.go:173: [debug] Original chart version: "" install.go:190: [debug] CHART PATH: /Users/stephaniesamson/Library/Caches/helm/repository/airflow-1.0.0.tgz client.go:282: [debug] Starting delete for "airflow-broker-url" Secret client.go:122: [debug] creating 1 resource(s) client.go:282: [debug] Starting delete for "airflow-fernet-key" Secret client.go:122: [debug] creating 1 resource(s) client.go:282: [debug] Starting delete for "airflow-redis-password" Secret client.go:122: [debug] creating 1 resource(s) client.go:122: [debug] creating 30 resource(s) client.go:282: [debug] Starting delete for "airflow-run-airflow-migrations" Job client.go:122: [debug] creating 1 resource(s) client.go:491: [debug] Watching for changes to Job airflow-run-airflow-migrations with timeout of 5m0s client.go:519: [debug] Add/Modify event for airflow-run-airflow-migrations: ADDED client.go:558: [debug] airflow-run-airflow-migrations: Jobs active: 0, jobs failed: 0, jobs succeeded: 0 client.go:519: [debug] Add/Modify event for airflow-run-airflow-migrations: MODIFIED client.go:558: [debug] airflow-run-airflow-migrations: Jobs active: 1, jobs failed: 0, jobs succeeded: 0 Error: failed post-install: timed out waiting for the condition helm.go:81: [debug] failed post-install: timed out waiting for the condition ``` -- 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]
