Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only include ports in one container in Kube YAML
This likely broke when we made containers able to detect that they shared a network namespace and grab ports from the dependency container - prior to that, we could grab ports without concern for conflict, only the infra container had them. Now, all containers in a pod will return the same ports, so we have to work around this. Fixes containers#3408 Signed-off-by: Matthew Heon <[email protected]>
- Loading branch information