This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
traffic controller: report better errors
* It is more useful when we actually report the number we mean, instead of the exact opposite: we were reporting number of pods ready and told the users that was the number of pods not ready. Now we report it correctly. * It's weird to report 0 pods not ready, but still not get any traffic. We add some more clarity on that by reporting that there are pods that haven't made it into the endpoints yet. This can be k8s taking its time to do its thing, or the service selector might be incorrect. We should be able to catch an incorrect selector in the future, see #257 [1]. * To remain consistent with the errors we report in the Release, we now suggest the specific command to run to get more information about the CapacityTarget. [1] #257
- Loading branch information
1 parent
264e798
commit 6d1b8e3
Showing
3 changed files
with
63 additions
and
24 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
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
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