You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I tried to deploy this benchmark available here . I followed this steps:
Built the docker image docker build -t chamelon .
Tag the docker image docker tag chamelon imsuraj/chamelon:latest
Push the docker image to the repository docker push imsuraj/chamelon:latest
then tried to deploy the function (using openwhisk-deploy-kube) wsk -i action update chamelon --docker imsuraj/chameleon:latest --timeout 300000 --memory 256
then invoke the function wsk -i action invoke chamelon -r
And the rest is as follows
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.
The text was updated successfully, but these errors were encountered:
So I tried to deploy this benchmark available here . I followed this steps:
Built the docker image
docker build -t chamelon .
Tag the docker image
docker tag chamelon imsuraj/chamelon:latest
Push the docker image to the repository
docker push imsuraj/chamelon:latest
then tried to deploy the function (using openwhisk-deploy-kube)
wsk -i action update chamelon --docker imsuraj/chameleon:latest --timeout 300000 --memory 256
then invoke the function
wsk -i action invoke chamelon -r
And the rest is as follows
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.
The text was updated successfully, but these errors were encountered: