-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 in specification regarding GC?? #1101
Comments
I'm asking this because I'm developing a CNI runtime and this lack of clarity is a problem (runtime in question: https://github.com/FirecrackerSharp/CniDotNet/tree/main) |
Oops! That is a very silly mistake indeed. My plan is to change the spec to match libcni, as libni is probably more directly meaningful. In the unlikely event that there is spec-conformant code, I will set both keys. Make sense? |
Yes, probably, but I think the spec should keep |
My $0.02 is that
So tweaking the spec and throwing the back compat concern into |
Sure, but there's no way this change doesn't require a version bump (that is, if CNI follows semver) to 1.2 |
CNI spec says extra JSON key in GC is
cni.dev/attachments
yet libcni usescni.dev/valid-attachments
? What is it then if the spec doesn't even correspond to the official runtime?The text was updated successfully, but these errors were encountered: