Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrapper: Friction log from minikube on macOS #981

Closed
pdmack opened this issue Jun 12, 2018 · 4 comments
Closed

Bootstrapper: Friction log from minikube on macOS #981

pdmack opened this issue Jun 12, 2018 · 4 comments
Assignees

Comments

@pdmack
Copy link
Member

pdmack commented Jun 12, 2018

Step 14/27 : RUN cd /opt/ksonnet && 	mkdir -p /tmp/go/src/github.com/ksonnet && 	ln -sf /opt/ksonnet /tmp/go/src/github.com/ksonnet/ksonnet &&     cd /tmp/go/src/github.com/ksonnet/ksonnet && 	export GOPATH=/tmp/go && 	make install &&     cp /tmp/go/bin/ks /usr/local/bin &&     chmod a+rx /usr/local/bin/ks
 ---> Running in 456dda165266
/bin/sh: 1: dep: not found
$ docker run -ti \
>   -e GITHUB_TOKEN=${GITHUB_TOKEN} \
>   -e GROUP_ID=`id -g ${GROUP}` \
>   -e USER_ID=`id -u ${USER}` \
>   -e USER=${USER} \
>   -v ${APP_DIR_HOST}:/home/${USER}/kfBootstrap \
>   -v ${HOME}/.kube:/home/${USER}/.kube \
>   -v ${HOME}/.config:/home/${USER}/.config gcr.io/kubeflow-images-public/bootstrapper:latest
+ '[' -v DEPLOY_JOB ']'
+ groupadd -g 20 kubeflow
groupadd: GID '20' already exists
+ useradd -r -u 501 -g kubeflow --shell=/bin/bash pmackinn
useradd: group 'kubeflow' does not exist
+ cd /home/pmackinn
+ su pmackinn
No passwd entry for user 'pmackinn'

HOME is of course /Users/... on macOS

@pdmack pdmack changed the title Bootstrapper: Friction log with minikube on macOS Bootstrapper: Friction log from minikube on macOS Jun 12, 2018
@jlewi
Copy link
Contributor

jlewi commented Jun 15, 2018

/assign @abhi-g

@abhi-g
Copy link
Member

abhi-g commented Jun 16, 2018

@pdmack Please try with the updated bootstrapper instructions for minikube

@pdmack
Copy link
Member Author

pdmack commented Jun 18, 2018

👍
LGTM on macOS

@abhi-g
Copy link
Member

abhi-g commented Jun 18, 2018

Great! Can you please close this issue.

@pdmack pdmack closed this as completed Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants