[
https://issues.apache.org/jira/browse/AIRFLOW-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16785052#comment-16785052
]
Rob Schoenbeck commented on AIRFLOW-4022:
-----------------------------------------
Also apparently failing:
[https://github.com/apache/airflow/blob/master/scripts/ci/kubernetes/setup_kubernetes.sh]
steps to reproduce:
# source ./setup_kubernetes.sh
# Get error saying user that exists running the command cannot cannot be found
(robs)
{noformat}
+++ sudo -E
PATH=/Users/robs/learning/airflow/scripts/ci/kubernetes/minikube/bin:/Users/robs/.pyenv/shims:/anaconda3/bin:/anaconda3/condabin:/Users/robs/.local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin:/opt/X11/bin:/usr/local/git/bin:/Applications/Postgres.app/Contents/Versions/latest/bin
minikube start --kubernetes-version= --vm-driver=none
šĀ minikube v0.34.1 on darwin (amd64)
š¤¹Ā Configuring local host environment ...
ā ļøĀ The 'none' driver provides limited isolation and may reduce system security
and reliability.
ā ļøĀ For more information, see:
šĀ https://github.com/kubernetes/minikube/blob/master/docs/vmdriver-none.md
š£Ā Failed to chown /Users/robs/.minikube: Error looking up user: user: unknown
user robs{noformat}
> Airflow on Kubernetes tutorial 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
> Priority: Minor
>
> kubectl 1.11.8, client 1.13.3, minikubeĀ v0.34.1
> 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)