yaks icon indicating copy to clipboard operation
yaks copied to clipboard

yaks upload does not work

Open Inithron opened this issue 1 year ago • 2 comments

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?

Inithron avatar Mar 15 '24 13:03 Inithron

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

christophd avatar Apr 19 '24 09:04 christophd

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

Inithron avatar Apr 20 '24 07:04 Inithron