If the cri plugin is enabled, our runtime causes errors upon exiting:
INFO[2018-12-03T11:02:09.030879139-08:00] TaskExit event &TaskExit{ContainerID:,ID:,Pid:224,ExitStatus:0,ExitedAt:2018-12-03 19:01:50.016792753 +0000 UTC,}
ERRO[2018-12-03T11:02:09.030966305-08:00] Failed to handle backOff event &TaskExit{ContainerID:,ID:,Pid:224,ExitStatus:0,ExitedAt:2018-12-03 19:01:50.016792753 +0000 UTC,} for error="can't find container for TaskExit event: Prefix can't be empty"
The error "Prefix can't be empty" appears to be coming from a pkg in moby that is used by the cri plugin.
It's unclear why because AFAIK we are not invoking any cri functionality but having the plugin enabled seems to change the code path for exiting in some way.
If the cri plugin is enabled, our runtime causes errors upon exiting:
The error "Prefix can't be empty" appears to be coming from a pkg in moby that is used by the cri plugin.
It's unclear why because AFAIK we are not invoking any cri functionality but having the plugin enabled seems to change the code path for exiting in some way.