-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer pods without a deletion timestamp over pods with a deletion ti…
…mestamp when getting an ordered list of active pods. This allows commands like kubectl port-forward, when used with deployments, to avoid selecting a pod that is terminating (due to a rollout, for example). Kubernetes-commit: d281daee335dc3b2aa67fb3128f00d7d2f5f7d91
- Loading branch information
1 parent
4de80e9
commit 70109f0
Showing
2 changed files
with
400 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.