apache / apache/openwhisk-deploy-kube

"error": "The action failed to generate or locate a binary. See logs for details."

Open
#789 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
309
Forks
231
PR merge metrics
No merged PRs in 30d

Description

So I tried to deploy this benchmark available [here ](https://github.com/ddps-lab/serverless-faas-workbench/tree/master/openwhisk/cpu-memory/chameleon). I followed this steps:

1. Built the docker image
`docker build -t chamelon .`

2. Tag the docker image
`docker tag chamelon imsuraj/chamelon:latest`

3. Push the docker image to the repository
`docker push imsuraj/chamelon:latest`

4. then tried to deploy the function (using openwhisk-deploy-kube deployment method)
` wsk -i action update chamelon --docker imsuraj/chameleon:latest --timeout 300000 --memory 256`

5. then invoke the function
`wsk -i action invoke chamelon -r`

And the rest is as follows

![Image](https://github.com/user-attachments/assets/44079956-8006-4aa9-92e8-e9a44c3f053a)

The problem is I couldn't find any logs which help me know what exactly is causing the issue. I also tried other benchmarks, same thing.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.