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

test: nodejs deploy #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

test: nodejs deploy #11

wants to merge 2 commits into from

Conversation

No9
Copy link
Contributor

@No9 No9 commented Feb 13, 2023

Signed-off-by: Anthony Whalley anton@venshare.com

Signed-off-by: Anthony Whalley <anton@venshare.com>
Signed-off-by: Anthony Whalley <anton@venshare.com>
@No9
Copy link
Contributor Author

No9 commented Feb 13, 2023

@mhdawson The test is currently failing with

failed to create containerd task: failed to create shim task: OCI runtime create failed:
read from sync socket: Connection reset by peer: unknown

https://github.com/knawd/deployer/actions/runs/4168378638/jobs/7215106495#step:11:209

I've done some initial investigation on a Ubuntu cluster and it looks like crun is passing a SIGSEGV at start up for some reason.
This is the container image and commands I'm using:

image: docker.io/wasmedge/example-wasi:latest
command: ['/wasi_example_main.wasm']
args: ['50000000']

See https://github.com/knawd/deployer/blob/main/charts/knawd-deployer/templates/tests/test-deployment.yaml for the full pod spec.

I'm going to try and reproduce it outside of k8s as a next step.

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

Successfully merging this pull request may close these issues.

None yet

1 participant