citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

yaks upload does not work #496

Open Inithron opened 3 months ago

Inithron commented 3 months ago

I have downloaded and executed the extension example but I got following error message: Error: error while creating deployment for source code: exit status 1 I tried it also with the -v flag but the output was the same. How can I get more information or find the root cause of this problem?

christophd commented 2 months ago

The extension upload feature uses a library called Snap (https://github.com/container-tools/snap) which is in alpha state and most probably needs an update to work on later Kubernetes platforms.

Which Kubernetes version and platform are you working with (Minikube?)

For more information about the error you can have a look into the YAKS operator log output.

kubectl logs -l app=yaks -n <operator -namespace> --tail 1000
Inithron commented 2 months ago

We are using AWS EKS, but we have stopped using YAKS and have removed the YAKS operator.