-
Notifications
You must be signed in to change notification settings - Fork 18
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
kcl v0.10.10 is failing to start #206
Comments
So the v0.10.10 images have files in /tmp whereas they didn't before.
|
Hitting the same here, v0.10.9 works fine |
Hitting the same as well. |
We're seeing this as well with v0.10.10. EDIT: We did see the v0.10.10 function go ready after deleting a Configuration package - not sure if that had anything to do with it, or if the issue is intermittent. The function had been restarting for almost an hour before that though. EDIT2: If it helps at all, we see the issue when running kind on wsl, but not when running kind on linux. |
Can you remove the latest release until this is resolved? Otherwise, it'll fail for anyone using |
Sorry😞, I'm on my way home. This release will be removed soon when I get home. |
Hi @vfarcic, @fraenkel, @irizzant, @dmvariphy I've rolled back version 0.10.10 to a pre-release to prevent this issue from blocking your work. |
Thanks for doing that @zong-zhe! |
Hey @zong-zhe, I'm still pulling apiVersion: meta.pkg.crossplane.io/v1
kind: Configuration
# ...
spec:
# ...
dependsOn:
# ...
- function: xpkg.upbound.io/crossplane-contrib/function-kcl
version: ">=v0.9.0"
Is there any chance that the package is still in the registry (maybe needs to be removed), or is there maybe a cache I need to clear locally? I can work around it for now by manually changing |
Using |
I agree, my renovate bot still shows 0.10.10 as available |
Hi @irizzant, @vfarcic, @dzmoore, @fraenkel, @dmvariphy The 0.10.10 will be removed soon. |
It works. Thanks a ton @zong-zhe. |
Pulling This is a regression of #191 which was fixed in Side question - is it worth pinning this issue for visibility until a new release is out that replaces |
Hi @mproffitt We have found the issue and are working on fixing it for 0.10.10; soon, 0.10.10 will be re-released. |
Hi @fraenkel @irizzant @vfarcic @dmvariphy @dzmoore @mproffitt 😄 I republished 0.10.10. If there is any problem, @ me here, thanks ! |
What happened?
Upgrading to 0.10.10
How can we reproduce it?
Just switched from 0.10.8 to 0.10.10
What environment did it happen in?
Function version: 0.10.10
I see there was a previous issue which hit a similar issue over the KCL_CACHE_PATH.
The current image has
KCL_CACHE_PATH=/tmp
The text was updated successfully, but these errors were encountered: