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

yaks upload does not work #496

Open
Inithron opened this issue Mar 15, 2024 · 2 comments
Open

yaks upload does not work #496

Inithron opened this issue Mar 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Inithron
Copy link

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 christophd added the bug Something isn't working label Apr 19, 2024
@christophd
Copy link
Member

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants