-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a ServiceAccount to EventListenerScaleTest
The Sink created by the test eventually goes into a CrashLoop because it lacks the permissions needed to get the logging configMap resulting in the LivenessProbe restarting it. However, there is a short delay initially when the Sink is marked `Available` which is apparently enough for the test to pass. The bug was discovered in #467 when adding a ReadinessProbe and running the test in GKE make it consistently fail. This commit fixes the bug by adding a ServiceAccount to the EL with permission to get the logging configMap in the namespace. Fixes #546 Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
- Loading branch information
1 parent
acb30f2
commit ea65816
Showing
1 changed file
with
59 additions
and
2 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