Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: always retry when port detection fails
When creating a zeropod with scaleDownDuration 0, it can happen that the port detection fails due to the initialProcess not even existing yet. In that case, we should return errNoPortsDetected so the caller can retry later.
- Loading branch information