-
Notifications
You must be signed in to change notification settings - Fork 68
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
Error loading native library "/home/dotnet/app/runtimes/linux/native/libgrpc_csharp_ext.x64.so" #326
Comments
This can also be caused by the fact that when building on CircleCi with machine tag you may get only 32bit version of apk package pulled: https://discuss.circleci.com/t/plans-for-64-bit-option-on-free-plan/12695 Now really curious to see how you'll resolve this within Dockerfile (plus fix that |
Are you sure you're using the latest version of the CRD? We had this issue in the past and we solved it (see the comment here) - you can see we added it in the dockerfile. |
Using kamus |
This is a pretty old version if you don't have any CRD objects in use, please use the latest version - otherwise, please try using |
Oh wow, not sure how that happened. I only set this all up this week. Perhaps some of the documentation is still referencing the older version number. Will try to find the culprit (and will update my installation and retest this issue). Thanks. |
Maybe you used a specific chart version? Sorry for the inconvenience... |
Yes, in my requirements I have:
I'm just unsure why I would have pinned that to 0.4 when 0.5 is the latest. |
We just released 0.5 last week, but I'm pretty sure 0.4.1 is not the latest chart. This was fixed in #251 - but it was released on chart version 0.3.1 🤷♂ |
From https://hub.helm.sh/charts/soluto/kamus : Shows that In that, it looks like Is that intended? |
How do you see that? Using
helm repo add soluto https://charts.soluto.io
Consult the installtion guide for more details on how to configure Kamus for a production deployment. Multiple KamusSecrets versionsKamus 0.5.0 introduced a new version of the KamusSecret CRD -
|
Ok, maybe it is just the docs that are out of date then. |
So... with that in mind, it seems that I am running |
Can confirm - in GKE yaml of kamus container that is in crash loop shows |
ok, that's progress :) can you please try the same chart just with setting the version to 0.4.5.0? Let's try to find the issue |
Looks the same:
|
I think @rockstardev was right, it might be 32/64 issues. I'll look into how we can force apk to pull the 64 version, not 32 - if one of you is familiar with those areas, help is appreciated :) |
Find the root cause (see grpc/grpc#18428) and opened a fix PR. Damn, that was very magical... |
Can this be fixed in the 4.x series too? The needed feature gate for 5.x is not available on GKE stable release line |
We might be able to do that - but just to clarify, the feature gate is required only if you need migration support - e.g. if you have existing KamusSecret in v1alpha1 version. If you don't have any, it is not required. |
Version 0.5.2.0 is now released with the fix, please retest and let us know if it helped 🙏 |
Sorted!! Great job @omerlh . Thanks for the speedy fix :) |
Adding now support for this in the latest chart version |
1 similar comment
Adding now support for this in the latest chart version |
Describe the bug
I'm trying to set up integration with Google KMS but am getting the
kamus-controller
wont start up and is in a crash loop with the following error:Versions used
Kamus (API images): soluto/kamus-init-container:1.2.0
KMS provider: GKE
The text was updated successfully, but these errors were encountered: