-
Notifications
You must be signed in to change notification settings - Fork 28
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
User Defined Injections - injects only one property #94
Comments
martinkennelly
added a commit
to martinkennelly/network-resources-injector
that referenced
this issue
Jun 1, 2021
Allowing multiple add ops for annotations allows user not to understand the current limitation of allowing a single add op. Allow only "add" Op for annotation user defined injection. Fixes k8snetworkplumbingwg#94 Tested with k8snetworkplumbingwg#98 Signed-off-by: Kennelly, Martin <[email protected]>
martinkennelly
added a commit
to martinkennelly/network-resources-injector
that referenced
this issue
Jun 1, 2021
Allowing multiple add ops for annotations allows user not to understand the current limitation of allowing a single add op. Allow only "add" Op for annotation user defined injection. Fixes k8snetworkplumbingwg#94 Tested with k8snetworkplumbingwg#98 Signed-off-by: Kennelly, Martin <[email protected]>
martinkennelly
added a commit
that referenced
this issue
Jun 10, 2021
Allowing multiple add ops for annotations allows user not to understand the current limitation of allowing a single add op. Allow only "add" Op for annotation user defined injection. Fixes #94 Tested with #98 Signed-off-by: Kennelly, Martin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For below ConfigMap, where there is more than one key/value pair NRI injects only one pair into POD specification. I observed that this injection is random. It means that only one of the pair: "top-secret" or "k8s.v1.cni.cncf.io/network" is added to the POD.
POD specification
Logs:
The text was updated successfully, but these errors were encountered: