Rob Schoenbeck created AIRFLOW-4022:
---------------------------------------
Summary: Airflow on Kubernetes fails at finding ./docker/compile.sh
Key: AIRFLOW-4022
URL: https://issues.apache.org/jira/browse/AIRFLOW-4022
Project: Apache Airflow
Issue Type: Bug
Components: Documentation
Reporter: Rob Schoenbeck
Steps to reproduce: Simply follow the directions at
[https://github.com/apache/airflow/tree/master/scripts/ci/kubernetes] using
your own minikube (OS X 10.13.6 in this case)
# minikube start
# source ./docker/build.sh
# Fails with error:
{noformat}
dirname: illegal option -- b
usage: dirname path
Airflow directory /Users/robs/learning/airflow/scripts/ci/kubernetes/../../../..
Airflow Docker directory /Users/robs/learning/airflow/scripts/ci/kubernetes
docker: Error response from daemon: OCI runtime create failed:
container_linux.go:344: starting container process caused "exec:
\"./scripts/ci/kubernetes/docker/compile.sh\": stat
./scripts/ci/kubernetes/docker/compile.sh: no such file or directory":
unknown.{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)