Closed devimc closed 6 years ago
the container returned by createContainer must be the same contained in pod.containers, this patch is needed to avoid semantic errors manipulating references to containers with the same container ID, but different memory address
fixes #588
Signed-off-by: Julio Montes julio.montes@intel.com
Hi @devimc - could you add a test for this please?
@jodh-intel yes
the container returned by createContainer must be the same contained in pod.containers, this patch is needed to avoid semantic errors manipulating references to containers with the same container ID, but different memory address
fixes #588
Signed-off-by: Julio Montes julio.montes@intel.com