Louis DiNatale
12/15/2022, 4:34 PMFailed to check the existence of deck file.
Louis DiNatale
12/15/2022, 4:40 PMYee
Louis DiNatale
12/15/2022, 9:03 PMYee
// This may consist of:
// 1. Transient errors: e.g. failed to reserve
// container name, container name [...] already in use
// by container
// 2. Permanent errors: e.g. no command specified
// To handle both types of errors gracefully without
// arbitrary pattern matching in the message, we simply
// allow a grace period for kubelet to resolve
// transient issues with the container runtime.