You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While defining custom data in ConfigMap it is possible to define JSON path operation (add, remove, replace, copy, move). Those operation are not taken into account by NRI.
While defining custom data in ConfigMap it is possible to define JSON path operation (add, remove, replace, copy, move). Those operation are not taken into account by NRI.
Expected to remove foo-network from POD specification.
I only added add operation in the initial implemention as that was the use-case I'd like to use.
I think we can take this as a feature enhancement for future release.
instead for given key, values are replaced. Current state:
k8s.v1.cni.cncf.io/networks: sriov-net-attach-def
Another good catch!
I didn't think of such case, but it sounds reasonable to expect the networks be appended to existing list.
I will consider implementing this along with the first use case.
While defining custom data in ConfigMap it is possible to define JSON path operation (add, remove, replace, copy, move). Those operation are not taken into account by NRI.
For instance for ConfigMap
Original POD specification is not modified
Expected to remove foo-network from POD specification.
Second use case, for ConfigMap, operation add
and above POD definition, I would expect for operation add to have after modification two networks
instead for given key, values are replaced. Current state:
The text was updated successfully, but these errors were encountered: