-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* corrects events permissions in clusterrole the controller needs to "list" events, not "get", when running diagnostics * fixes replica autoscaling in buildkit pool former logic was scaling the cluster up infinitely whenever certain pods were failing to become "operational" - improves the "pod operational" check - reports abnormal pods during reconciliation - return AutoscalingPool instead of interface * logs controller config on startup so we can always verify that the intended configuration has been correctly applied * ensures rendered config json does not print credentials
- Loading branch information
1 parent
f7581fe
commit ca95078
Showing
6 changed files
with
203 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ rules: | |
resources: | ||
- events | ||
verbs: | ||
- get | ||
- list | ||
- create | ||
- patch | ||
- apiGroups: | ||
|
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.