-
Notifications
You must be signed in to change notification settings - Fork 270
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
[BUG] Flame crashes after updating to version 2.1.1 while running on k3s. #242
Comments
I can't test it right now but can you pull |
No apparent change, it seems like:
|
Getting the same error on microk8s as well. Was working fine on v2.1.0. |
Same problem here. |
Getting the exact same error here. If it helps, these are my environment details: App version [e.g. v1.7.4]: 2.1.1 I am running mine on a bare-metal k8s cluster using kubeadm |
App version [e.g. v1.7.4]: 2.1.1 Same issue. Edit: Seems to be a problem within the docker-secret module. I'm gonna see if I can come up with a fix |
This commit fixes pawelmalak#242 by catching the error thrown by getSecrets(). The underlying issue exists in docker-secret and has to do with the serviceAccount secret installed automatically by kubernetes.
You (theoretically) should be able to work around this issue by disabling the service account token like so:
|
@IDevJoe Your theory worked (at least for me). Thanks for the workaround. |
Just want to mention I am encountering this error as well, but on openSUSE Leap Server, using a docker-compose
Downgrading to 2.1.0 tag fixes the issue |
Deployment details:
Bug description:
After updating to version 2.1.1, my previously-working flame installation has started crashing with the following error:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: