[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
reg airflow on kubernetes
Hi,
I was following the below steps to run airflow on kubernetes and getting below error.
Can any one share thoughts or point to detailed steps to install airflow on kubernetes?
Error:
The POD status is "Pending" and shows error "Pod has unbound PersistentVolumeClaims (repeated 2 times)"
Steps:
sed -ie "s/KubernetesExecutor/LocalExecutor/g" scripts/ci/kubernetes/kube/configmaps.yaml
./scripts/ci/kubernetes/docker/build.sh
./scripts/ci/kubernetes/kube/deploy.sh
thanks.