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

Missing 'scripts/setup' #1

Open
williamcaban opened this issue Jul 11, 2018 · 3 comments
Open

Missing 'scripts/setup' #1

williamcaban opened this issue Jul 11, 2018 · 3 comments

Comments

@williamcaban
Copy link

The instructions for persistent storage ask to run a setup script but this does not seems to be included in the source code or image for this project.

I'm referring to this section:

To run the setup script from the command line, you can run:

POD=oc get pods --selector app=blog-from-source-py -o name
oc rsh $POD scripts/setup

@citicruiser
Copy link

ran into same issue.

ASCAPNYC-0698:apps pei_wang$ oc rsh $POD scripts/setup
ERRO[0000] exec failed: container_linux.go:346: starting container process caused "exec: "scripts/setup": stat scripts/setup: no such file or directory"
exec failed: container_linux.go:346: starting container process caused "exec: "scripts/setup": stat scripts/setup: no such file or directory"
command terminated with exit code 1

@ctrafa
Copy link

ctrafa commented Jul 24, 2020

same thing here!!! I'm deploying it to a openshift OCP cluster.

@eyenx
Copy link

eyenx commented Dec 14, 2023

it's under .s2i/action_hooks/setup

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

4 participants