【发布时间】:2020-08-31 23:17:03
【问题描述】:
我的笔记本电脑上有一个在 3 个节点上运行 vagrants 的 k8s 集群
我正在学习本教程: https://docs.bitnami.com/tutorials/deploy-apache-airflow-kubernetes-helm/
第二个命令:
helm install myrelease bitnami/airflow
--set airflow.cloneDagFilesFromGit.enabled=true
--set airflow.cloneDagFilesFromGit.repository=REPOSITORY_URL
--set airflow.cloneDagFilesFromGit.branch=master
--set airflow.baseUrl=http://127.0.0.1:8080
我在 myrelease-postgresql-0 pod 上收到“pod has unbound immediate PersistentVolumeClaims”。
我可以看到 postgresql 是一个依赖项: https://github.com/astronomer/airflow-chart/blob/master/requirements.yaml
但我不知道如何解决它,因为我无法更改依赖项配置?
谢谢
【问题讨论】:
-
你能运行 kubectl get events -n namespace_name
标签: postgresql kubernetes airflow kubernetes-helm