-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: abort immediately if we can't read one of the pod logs (#4943)
if we are unable to attach to one of the listener pods we abort with an error. if we don't do this then we were showing up as if the traffic on the given port was blocked. this pr solves the following scenario: 1. we deploy the listeners daemonset 2. we wait for the daemonset to rollout. 3. we attempt to attach to listener pod logs (all pods). 4. due to a cluster misconfiguration we can't reach kubelet in one of the nodes. before this pr the step 4 was ignored and we moved on as if we were attached to the pod, generating a misleading error message.
- Loading branch information
1 parent
55341ac
commit d36aaee
Showing
3 changed files
with
60 additions
and
6 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