ralleman-quasarsat commented on issue #16176: URL: https://github.com/apache/airflow/issues/16176#issuecomment-955923253
I have not been able to get airflow installed. I've tried several times, deleting the cluster on each attempt. I'm following these instructions https://marclamberti.com/blog/airflow-on-kubernetes-get-started-in-10-mins/. I'm working on a 2021 M1 Mac Air under Big Sur. ``` % helm install airflow apache-airflow/airflow --namespace airflow --debug install.go:178: [debug] Original chart version: "" install.go:199: [debug] CHART PATH: /Users/ralleman/Library/Caches/helm/repository/airflow-1.2.0.tgz client.go:299: [debug] Starting delete for "airflow-broker-url" Secret client.go:328: [debug] secrets "airflow-broker-url" not found client.go:128: [debug] creating 1 resource(s) client.go:299: [debug] Starting delete for "airflow-fernet-key" Secret client.go:328: [debug] secrets "airflow-fernet-key" not found client.go:128: [debug] creating 1 resource(s) client.go:299: [debug] Starting delete for "airflow-redis-password" Secret client.go:328: [debug] secrets "airflow-redis-password" not found client.go:128: [debug] creating 1 resource(s) client.go:128: [debug] creating 31 resource(s) client.go:299: [debug] Starting delete for "airflow-run-airflow-migrations" Job client.go:328: [debug] jobs.batch "airflow-run-airflow-migrations" not found client.go:128: [debug] creating 1 resource(s) client.go:528: [debug] Watching for changes to Job airflow-run-airflow-migrations with timeout of 5m0s client.go:556: [debug] Add/Modify event for airflow-run-airflow-migrations: ADDED client.go:595: [debug] airflow-run-airflow-migrations: Jobs active: 0, jobs failed: 0, jobs succeeded: 0 client.go:556: [debug] Add/Modify event for airflow-run-airflow-migrations: MODIFIED client.go:595: [debug] airflow-run-airflow-migrations: Jobs active: 1, jobs failed: 0, jobs succeeded: 0 Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condition helm.go:88: [debug] failed post-install: timed out waiting for the condition INSTALLATION FAILED main.newInstallCmd.func2 helm.sh/helm/v3/cmd/helm/install.go:127 github.com/spf13/cobra.(*Command).execute github.com/spf13/[email protected]/command.go:856 github.com/spf13/cobra.(*Command).ExecuteC github.com/spf13/[email protected]/command.go:974 github.com/spf13/cobra.(*Command).Execute github.com/spf13/[email protected]/command.go:902 main.main helm.sh/helm/v3/cmd/helm/helm.go:87 runtime.main runtime/proc.go:225 runtime.goexit runtime/asm_arm64.s:1130 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
